Skip to content

Commit 194712b

Browse files
committed
Bump version: 1.0.6-dev0 → 1.0.6
1 parent 32bf231 commit 194712b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.0.6-dev0
2+
current_version = 1.0.6
33
commit = True
44
tag = False
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\-(?P<release>[a-z]+)(?P<build>\d+))?

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.6-dev0
1+
1.0.6

pyrates/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
__author__ = "Richard Gast, Daniel Rose"
3434
__status__ = "Development"
35-
__version__ = "1.0.6-dev0"
35+
__version__ = "1.0.6"
3636

3737

3838
from pyrates.utility import integrate, grid_search, clear_frontend_caches, clear

0 commit comments

Comments
 (0)