Skip to content

Commit

Permalink
Merge pull request #24 from RIMS-Code/bumpversion
Browse files Browse the repository at this point in the history
Bump version to 2.0.0.dev4
  • Loading branch information
trappitsch authored Mar 10, 2022
2 parents ef60386 + 8931934 commit 22bde2b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[bumpversion]
current_version = 2.0.0.dev3
commit = True
current_version = 2.0.0.dev4
commit = False
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
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.dev3"
version = "2.0.0.dev4"
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.dev3"
__version__ = "2.0.0.dev4"

__title__ = "rimseval"
__description__ = (
Expand Down

0 comments on commit 22bde2b

Please sign in to comment.