Skip to content

Commit c7feb8e

Browse files
committed
upgrade version and development status to prepare for version 1 release!
1 parent 47c1a87 commit c7feb8e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

django_typer/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
from .types import Traceback, Verbosity, Version
101101
from .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)

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-typer"
3-
version = "0.6.1b"
3+
version = "1.0.0"
44
description = "Use Typer to define the CLI for your Django management commands."
55
authors = ["Brian Kohan <[email protected]>"]
66
license = "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",

0 commit comments

Comments
 (0)