We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b59dbd8 + c440328 commit 2ef0c90Copy full SHA for 2ef0c90
django_typer/__init__.py
@@ -141,7 +141,7 @@
141
from typing import ParamSpec
142
143
144
-VERSION = (2, 0, 0)
+VERSION = (2, 0, 1)
145
146
__title__ = "Django Typer"
147
__version__ = ".".join(str(i) for i in VERSION)
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "django-typer"
3
-version = "2.0.0"
+version = "2.0.1"
4
description = "Use Typer to define the CLI for your Django management commands."
5
authors = ["Brian Kohan <[email protected]>"]
6
license = "MIT"
0 commit comments