We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee4c84e + b14f4b6 commit 09cdd2fCopy full SHA for 09cdd2f
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.0.0.dev2
+current_version = 2.0.0.dev3
3
commit = True
4
tag = True
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
docs/conf.py
@@ -9,7 +9,7 @@
9
project = "RIMSEval"
10
author = "Reto Trappitsch"
11
copyright = f"2021, {author}"
12
-version = "2.0.0.dev2"
+version = "2.0.0.dev3"
13
release = version
14
15
rimseval/__init__.py
@@ -22,7 +22,7 @@
22
]
23
24
# Package information
25
-__version__ = "2.0.0.dev2"
+__version__ = "2.0.0.dev3"
26
27
__title__ = "rimseval"
28
__description__ = (
0 commit comments