diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5e9fd3e2..c7095a45 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.3.3-dev +current_version = 0.3.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 fcab3e65..0392247b 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.3.3-dev' +release = '0.3.3' # The short X.Y version. parsed_version = re.match( diff --git a/setup.cfg b/setup.cfg index a4a72569..20bd0e86 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ########################## [metadata] name = pyobo -version = 0.3.3-dev +version = 0.3.3 description = Handling and writing OBO long_description = file: README.rst diff --git a/src/pyobo/version.py b/src/pyobo/version.py index 3dfc6fd5..eb05c877 100644 --- a/src/pyobo/version.py +++ b/src/pyobo/version.py @@ -14,7 +14,7 @@ 'get_git_hash', ] -VERSION = '0.3.3-dev' +VERSION = '0.3.3' def get_git_hash() -> str: