Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bckohan committed Nov 21, 2024
1 parent 03a6f6e commit ad3be05
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 @@ -47,7 +47,7 @@
model_parser_completer, # noqa: F401
)

VERSION = (2, 4, 0)
VERSION = (3, 0, 0)

__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
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "django-typer"
version = "2.4.0"
version = "3.0.0"
description = "Use Typer to define the CLI for your Django management commands."
authors = [
"Brian Kohan <[email protected]>",
Expand Down

0 comments on commit ad3be05

Please sign in to comment.