We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2251210 commit 3ff0c32Copy full SHA for 3ff0c32
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.0.0.dev4
+current_version = 2.0.0.dev5
3
commit = False
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.dev4"
+version = "2.0.0.dev5"
13
release = version
14
15
rimseval/__init__.py
@@ -22,7 +22,7 @@
22
]
23
24
# Package information
25
-__version__ = "2.0.0.dev4"
+__version__ = "2.0.0.dev5"
26
27
__title__ = "rimseval"
28
__description__ = (
0 commit comments