From b0e46d7b97cfda25c3897d4d428803161e91bf7c Mon Sep 17 00:00:00 2001 From: James Kerns Date: Tue, 13 Feb 2024 11:42:27 -0600 Subject: [PATCH] bump version --- .bumpversion.cfg | 2 +- docs/source/conf.py | 4 ++-- pylinac/version.py | 2 +- pyproject.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index a87a2396..7bbe4cc0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.19.0 +current_version = 3.20.0 parse = (?P\d+)\.(?P\d+)\.(?P\d+) serialize = {major}.{minor}.{patch} diff --git a/docs/source/conf.py b/docs/source/conf.py index 08a791c9..3cdf1cdc 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -74,9 +74,9 @@ # built documents. # # The short X.Y version. -version = "3.19" +version = "3.20" # The full version, including alpha/beta/rc tags. -release = "3.19.0" +release = "3.20.0" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/pylinac/version.py b/pylinac/version.py index 0e6cf3e2..10c5c0dd 100644 --- a/pylinac/version.py +++ b/pylinac/version.py @@ -1 +1 @@ -__version__ = "3.19.0" +__version__ = "3.20.0" diff --git a/pyproject.toml b/pyproject.toml index c07271d9..e098e0ff 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pylinac" -version = "3.19.0" +version = "3.20.0" description = "A toolkit for performing TG-142 QA-related tasks on a linear accelerator" authors = ["James Kerns "] license = "MIT"