We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be259e7 commit e8f2136Copy full SHA for e8f2136
.bumpversion.cfg
@@ -1,6 +1,8 @@
1
[bumpversion]
2
-current_version = 0.1.0-alpha.5
+current_version = 0.1.0-alpha.6
3
commit = True
4
tag = True
5
6
[bumpversion:file:src/codius/__version__.py]
7
+search = __version__ = "{current_version}"
8
+replace = __version__ = "{new_version}"
src/codius/__version__.py
@@ -1 +1 @@
-__version__ = "0.1.0-alpha.5"
+__version__ = "0.1.0-alpha.6"
0 commit comments