Skip to content

Commit

Permalink
Merged in bump_version (pull request #354)
Browse files Browse the repository at this point in the history
bump version

Approved-by: Randy Taylor
  • Loading branch information
jrkerns committed Mar 19, 2024
2 parents e836a36 + 296583d commit 54af6eb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.20.0
current_version = 3.21.0
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
serialize =
{major}.{minor}.{patch}
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,9 @@
# built documents.
#
# The short X.Y version.
version = "3.20"
version = "3.21"
# The full version, including alpha/beta/rc tags.
release = "3.20.0"
release = "3.21.0"

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
2 changes: 1 addition & 1 deletion pylinac/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "3.20.0"
__version__ = "3.21.0"
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "pylinac"
version = "3.20.0"
version = "3.21.0"
description = "A toolkit for performing TG-142 QA-related tasks on a linear accelerator"
authors = ["James Kerns <jkerns100@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 54af6eb

Please sign in to comment.