Skip to content

Commit 3f81662

Browse files
committed
bump: version 0.1.0 → 0.2.0
1 parent 944ea0e commit 3f81662

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
name = "cz_conventional_commits"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
tag_format = "v$major.$minor.$patch$prerelease"
55
version_files = [
66
"app/version.py",

app/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.2.0"

0 commit comments

Comments
 (0)