Skip to content

Commit

Permalink
build: change cz build file
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau committed Jan 25, 2022
1 parent 5842f43 commit c7ce16c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ changelog_file = "CHANGELOG.md"
tag_format = "v$major.$minor.$patch$prerelease"
update_changelog_on_bump = true
version = "0.0.0"
version_files = ["setup.cfg:version", "src/__init__.py:__version__"]
version_files = ["setup.py:version", "src/__init__.py:__version__"]

0 comments on commit c7ce16c

Please sign in to comment.