Skip to content

Commit 734937e

Browse files
committed
bump: version 0.1.0 → 1.0.0
1 parent 15980a1 commit 734937e

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 = "0.1.0"
148+
version = "1.0.0"
149149
version_files = [
150150
"src/management_commands/__init__.py:__version__",
151151
]

src/management_commands/__init__.py

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__ = "0.1.0"
3+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)