diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 8f3582d0..02f9cc12 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.10.3-dev +current_version = 0.10.3 commit = True tag = False parse = (?P\d+)\.(?P\d+)\.(?P\d+)(?:-(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))?(?:\+(?P[0-9A-Za-z-]+(?:\.[0-9A-Za-z-]+)*))? diff --git a/docs/source/conf.py b/docs/source/conf.py index aa0a4999..1bc84785 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -58,7 +58,7 @@ # # The full version, including alpha/beta/rc tags. -release = "0.10.3-dev" +release = "0.10.3" # The short X.Y version. parsed_version = re.match( diff --git a/setup.cfg b/setup.cfg index fd81ee9c..f242c86f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ########################## [metadata] name = pyobo -version = 0.10.3-dev +version = 0.10.3 description = Handling and writing OBO long_description = file: README.rst diff --git a/src/pyobo/version.py b/src/pyobo/version.py index 8873f297..35fd48a5 100644 --- a/src/pyobo/version.py +++ b/src/pyobo/version.py @@ -14,7 +14,7 @@ "get_git_hash", ] -VERSION = "0.10.3-dev" +VERSION = "0.10.3" def get_git_hash() -> str: