File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 100100from .types import Traceback , Verbosity , Version
101101from .utils import _command_context , traceback_config , with_typehint
102102
103- VERSION = (0 , 6 , "1b" )
103+ VERSION = (1 , 0 , 0 )
104104
105105__title__ = "Django Typer"
106106__version__ = "." .join (str (i ) for i in VERSION )
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " django-typer"
3- version = " 0.6.1b "
3+ version = " 1.0.0 "
44description = " Use Typer to define the CLI for your Django management commands."
55authors = [" Brian Kohan <bckohan@gmail.com>" ]
66license = " MIT"
@@ -13,7 +13,7 @@ classifiers = [
1313 " Framework :: Django" ,
1414 " Operating System :: OS Independent" ,
1515 " Topic :: Software Development :: Libraries :: Python Modules" ,
16- " Development Status :: 4 - Beta " ,
16+ " Development Status :: 5 - Production/Stable " ,
1717 " Framework :: Django :: 3.2" ,
1818 " Framework :: Django :: 4.0" ,
1919 " Framework :: Django :: 4.1" ,
You can’t perform that action at this time.
0 commit comments