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 5263021 commit 6e404f8Copy full SHA for 6e404f8
.bumpversion.cfg
@@ -1,7 +1,7 @@
1
[bumpversion]
2
commit = True
3
tag = True
4
-current_version = 0.6.0.dev0
+current_version = 0.6.0
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+\d+))?
6
serialize =
7
{major}.{minor}.{patch}.{release}
colmet/__init__.py
@@ -6,5 +6,5 @@
distributed environnement
8
'''
9
-__version__ = '0.6.0.dev0'
+__version__ = '0.6.0'
10
VERSION = __version__
0 commit comments