Skip to content
Draft
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,9 @@ replace = 'version = "{new_version}"'
[[tool.bumpversion.files]]
filename = "src/poli/__init__.py"
search = '__version__ = "{current_version}"'
replace = '__version__ = "{new_version}"'
replace = '__version__ = "{new_version}"'

[[tool.bumpversion.files]]
filename = "setup.cfg"
search = 'version = "{current_version}"'
replace = 'version = "{new_version}"'
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = poli
version = "1.0.0.dev0"
version = "1.0.0.dev2"
author_email = [email protected]
description = Protein Objectives Library
long_description = file: README.md
Expand Down
Loading
Loading