diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 23bb50d7..f62f9d01 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.2.9-dev +current_version = 0.2.9 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 ca3e0aa1..1e66b8fd 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -61,7 +61,7 @@ # # The full version, including alpha/beta/rc tags. -release = '0.2.9-dev' +release = '0.2.9' # The short X.Y version. parsed_version = re.match( diff --git a/setup.cfg b/setup.cfg index 5e2a278e..c79b3746 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ########################## [metadata] name = pyobo -version = 0.2.9-dev +version = 0.2.9 description = Handling and writing OBO long_description = file: README.rst diff --git a/src/pyobo/version.py b/src/pyobo/version.py index 1e52596b..261279a6 100644 --- a/src/pyobo/version.py +++ b/src/pyobo/version.py @@ -14,7 +14,7 @@ 'get_git_hash', ] -VERSION = '0.2.9-dev' +VERSION = '0.2.9' def get_git_hash() -> str: