We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 397118e commit 7a6169fCopy full SHA for 7a6169f
.github/workflows/test.yml
@@ -707,7 +707,7 @@ jobs:
707
uses: extractions/setup-just@v2
708
- name: Install Release Dependencies
709
run: |
710
- just init ${{ steps.sp.outputs.python-path }}
+ just setup ${{ steps.sp.outputs.python-path }}
711
just install
712
713
- name: Get coverage files
src/django_typer/__init__.py
@@ -29,7 +29,7 @@
29
keep a tight version lock on Typer.
30
"""
31
32
-VERSION = (3, 0, 0)
+VERSION = (3, 1, 0)
33
34
__title__ = "Django Typer"
35
__version__ = ".".join(str(i) for i in VERSION)
0 commit comments