Skip to content

Commit 45db332

Browse files
authored
Bump version to release of v2.0.0 (#48)
1 parent 90ac763 commit 45db332

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.dev7
2+
current_version = 2.0.0
33
commit = False
44
tag = false
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.dev7"
12+
version = "2.0.0"
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.dev7"
25+
__version__ = "2.0.0"
2626

2727
__title__ = "rimseval"
2828
__description__ = (

0 commit comments

Comments
 (0)