From a5168b13c18c343520e2d7f670814a6bcdf43a49 Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Mon, 16 Dec 2024 16:50:52 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.11.2-dev=20=E2=86=92=200.11?= =?UTF-8?q?.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/source/conf.py | 2 +- pyproject.toml | 4 ++-- src/pyobo/version.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index b22852e5..710b00e9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -26,7 +26,7 @@ author = "Charles Tapley Hoyt" # The full version, including alpha/beta/rc tags. -release = "0.11.2-dev" +release = "0.11.2" # The short X.Y version. parsed_version = re.match( diff --git a/pyproject.toml b/pyproject.toml index a13005c7..de48053e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta" [project] name = "pyobo" -version = "0.11.2-dev" +version = "0.11.2" description = "A python package for handling and generating OBO" readme = "README.md" authors = [ @@ -244,7 +244,7 @@ known-first-party = [ docstring-code-format = true [tool.bumpversion] -current_version = "0.11.2-dev" +current_version = "0.11.2" 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-]+)*))?" serialize = [ "{major}.{minor}.{patch}-{release}+{build}", diff --git a/src/pyobo/version.py b/src/pyobo/version.py index 85bc8ffe..8883d212 100644 --- a/src/pyobo/version.py +++ b/src/pyobo/version.py @@ -12,7 +12,7 @@ "get_git_hash", ] -VERSION = "0.11.2-dev" +VERSION = "0.11.2" def get_git_hash() -> str: