Skip to content

Commit 09cdd2f

Browse files
authored
Merge pull request #21 from RIMS-Code/bump_version
bump version 2.0.0.dev2 -> 2.0.0.dev3
2 parents ee4c84e + b14f4b6 commit 09cdd2f

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 = 2.0.0.dev2
2+
current_version = 2.0.0.dev3
33
commit = True
44
tag = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "RIMSEval"
1010
author = "Reto Trappitsch"
1111
copyright = f"2021, {author}"
12-
version = "2.0.0.dev2"
12+
version = "2.0.0.dev3"
1313
release = version
1414

1515

rimseval/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
]
2323

2424
# Package information
25-
__version__ = "2.0.0.dev2"
25+
__version__ = "2.0.0.dev3"
2626

2727
__title__ = "rimseval"
2828
__description__ = (

0 commit comments

Comments
 (0)