Skip to content

Commit

Permalink
Merge pull request #27 from RIMS-Code/bump_version
Browse files Browse the repository at this point in the history
bump v2.0.0.dev4 -> 2.0.0.dev5
  • Loading branch information
trappitsch authored Mar 18, 2022
2 parents 2251210 + 3ff0c32 commit 3b16945
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 2.0.0.dev4
current_version = 2.0.0.dev5
commit = False
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
project = "RIMSEval"
author = "Reto Trappitsch"
copyright = f"2021, {author}"
version = "2.0.0.dev4"
version = "2.0.0.dev5"
release = version


Expand Down
2 changes: 1 addition & 1 deletion rimseval/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]

# Package information
__version__ = "2.0.0.dev4"
__version__ = "2.0.0.dev5"

__title__ = "rimseval"
__description__ = (
Expand Down

0 comments on commit 3b16945

Please sign in to comment.