diff --git a/.bumpversion.cfg b/.bumpversion.cfg index d362297..0f6d19a 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.6.5-dev +current_version = 0.6.5 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 a5e97cb..7a786c8 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -27,7 +27,7 @@ author = "Charles Tapley Hoyt" # The full version, including alpha/beta/rc tags. -release = "0.6.5-dev" +release = "0.6.5" # The short X.Y version. parsed_version = re.match( diff --git a/setup.cfg b/setup.cfg index ca14a5e..7455108 100644 --- a/setup.cfg +++ b/setup.cfg @@ -3,7 +3,7 @@ ########################## [metadata] name = curies -version = 0.6.5-dev +version = 0.6.5 description = Idiomatic conversion between URIs and compact URIs (CURIEs). long_description = file: README.md long_description_content_type = text/markdown diff --git a/src/curies/version.py b/src/curies/version.py index e6e2fb1..99888ea 100644 --- a/src/curies/version.py +++ b/src/curies/version.py @@ -7,7 +7,7 @@ "get_version", ] -VERSION = "0.6.5-dev" +VERSION = "0.6.5" def get_version() -> str: