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 5b51589 commit 283f42cCopy full SHA for 283f42c
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 0.1.1-dev
+current_version = 0.1.1
3
commit = True
4
tag = False
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(?:-(?P<release>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P<build>[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?
setup.cfg
@@ -3,7 +3,7 @@
##########################
[metadata]
name = compath_resources
6
-version = 0.1.1-dev
+version = 0.1.1
7
description = ComPath Resource Utilities
8
long_description = file: README.rst
9
0 commit comments