Skip to content

Commit

Permalink
Bump version: 0.14.0 → 0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Nov 5, 2024
1 parent 3d3718b commit 2afb1d4
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.14.0"
__version__ = "0.14.1"
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.14.0"
version = "0.14.1"
# 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 @@ -124,7 +124,7 @@ target-version = [
]

[tool.bumpversion]
current_version = "0.14.0"
current_version = "0.14.1"
commit = true
tag = false
allow_dirty = false
Expand Down

0 comments on commit 2afb1d4

Please sign in to comment.