Skip to content

Commit 7a6169f

Browse files
committed
bump ver, fix coverage
1 parent 397118e commit 7a6169f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ jobs:
707707
uses: extractions/setup-just@v2
708708
- name: Install Release Dependencies
709709
run: |
710-
just init ${{ steps.sp.outputs.python-path }}
710+
just setup ${{ steps.sp.outputs.python-path }}
711711
just install
712712
713713
- name: Get coverage files

src/django_typer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
keep a tight version lock on Typer.
3030
"""
3131

32-
VERSION = (3, 0, 0)
32+
VERSION = (3, 1, 0)
3333

3434
__title__ = "Django Typer"
3535
__version__ = ".".join(str(i) for i in VERSION)

0 commit comments

Comments
 (0)