Skip to content

Commit 6e404f8

Browse files
committed
Bump version: 0.6.0.dev0 → 0.6.0
1 parent 5263021 commit 6e404f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[bumpversion]
22
commit = True
33
tag = True
4-
current_version = 0.6.0.dev0
4+
current_version = 0.6.0
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+\d+))?
66
serialize =
77
{major}.{minor}.{patch}.{release}

colmet/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
distributed environnement
77
88
'''
9-
__version__ = '0.6.0.dev0'
9+
__version__ = '0.6.0'
1010
VERSION = __version__

0 commit comments

Comments
 (0)