Skip to content

Commit

Permalink
Merge pull request #12 from RIMS-Code/v2.0.0.dev1
Browse files Browse the repository at this point in the history
bump version 2.0.0.dev0 -> 2.0.0.dev1
  • Loading branch information
trappitsch authored Feb 18, 2022
2 parents 1007ebc + 942f2fd commit 06fc0c7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
[bumpversion]
current_version = 2.0.0.dev0
current_version = 2.0.0.dev1
commit = True
tag = True
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<build>\d+))?
serialize =
{major}.{minor}.{patch}.{release}{build}
{major}.{minor}.{patch}
{major}.{minor}.{patch}.{release}{build}
{major}.{minor}.{patch}

[bumpversion:part:release]
optional_value = prod
first_value = dev
values =
dev
prod
dev
prod

[bumpversion:part:build]

[bumpversion:file:docs/conf.py]

[bumpversion:file:rimseval/__init__.py]
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.dev0"
version = "2.0.0.dev1"
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.dev0"
__version__ = "2.0.0.dev1"

__title__ = "rimseval"
__description__ = (
Expand Down

0 comments on commit 06fc0c7

Please sign in to comment.