From 513f09d2c2ec065a60b4fd2cdf0b376f4414d9eb Mon Sep 17 00:00:00 2001 From: James Kerns Date: Mon, 15 Jan 2024 11:43:04 -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 1e510fc8..a87a2396 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 3.18.0 +current_version = 3.19.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 44c432a0..08a791c9 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -74,9 +74,9 @@ # built documents. # # The short X.Y version. -version = "3.18" +version = "3.19" # The full version, including alpha/beta/rc tags. -release = "3.18.0" +release = "3.19.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 1b052a2b..0e6cf3e2 100644 --- a/pylinac/version.py +++ b/pylinac/version.py @@ -1 +1 @@ -__version__ = "3.18.0" +__version__ = "3.19.0" diff --git a/pyproject.toml b/pyproject.toml index cfb03730..c07271d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pylinac" -version = "3.18.0" +version = "3.19.0" description = "A toolkit for performing TG-142 QA-related tasks on a linear accelerator" authors = ["James Kerns "] license = "MIT"