Skip to content

Commit 9bf5ce4

Browse files
committed
bump: version 1.0.1 → 1.1.0
1 parent 7a3011b commit 9bf5ce4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ output = "coverage.xml"
145145

146146
[tool.commitizen]
147147
name = "cz_conventional_commits"
148-
version = "1.0.1"
148+
version = "1.1.0"
149149
version_files = [
150150
"src/management_commands/__init__.py:__version__",
151151
]
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "1.0.1"
3+
__version__ = "1.1.0"

0 commit comments

Comments
 (0)