Skip to content

Commit

Permalink
Merge pull request #80 from bckohan/v2.0.x
Browse files Browse the repository at this point in the history
incr version numbers
  • Loading branch information
bckohan committed Jun 1, 2024
2 parents b59dbd8 + c440328 commit 2ef0c90
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion django_typer/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
from typing import ParamSpec


VERSION = (2, 0, 0)
VERSION = (2, 0, 1)

__title__ = "Django Typer"
__version__ = ".".join(str(i) for i in VERSION)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "django-typer"
version = "2.0.0"
version = "2.0.1"
description = "Use Typer to define the CLI for your Django management commands."
authors = ["Brian Kohan <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 2ef0c90

Please sign in to comment.