Skip to content

Commit

Permalink
Bump version: 0.12.1 → 0.12.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Jan 3, 2024
1 parent 2ac83d9 commit 938eb33
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clisops/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
__copyright__ = "Copyright 2018 United Kingdom Research and Innovation"
__email__ = "[email protected]"
__license__ = "BSD"
__version__ = "0.12.1"
__version__ = "0.12.2"
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
# the built documents.
#
# The short X.Y version.
version = "0.12.1"
version = "0.12.2"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ target-version = [
]

[tool.bumpversion]
current_version = "0.12.1"
current_version = "0.12.2"
commit = true
tag = true
allow_dirty = false
Expand Down

0 comments on commit 938eb33

Please sign in to comment.