Skip to content

Commit 2ef0c90

Browse files
authored
Merge pull request #80 from bckohan/v2.0.x
incr version numbers
2 parents b59dbd8 + c440328 commit 2ef0c90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

django_typer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
from typing import ParamSpec
142142

143143

144-
VERSION = (2, 0, 0)
144+
VERSION = (2, 0, 1)
145145

146146
__title__ = "Django Typer"
147147
__version__ = ".".join(str(i) for i in VERSION)

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "django-typer"
3-
version = "2.0.0"
3+
version = "2.0.1"
44
description = "Use Typer to define the CLI for your Django management commands."
55
authors = ["Brian Kohan <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)