Skip to content

Commit

Permalink
Bump version: 0.10.0 → 0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Aug 21, 2023
1 parent 4eb3e1e commit ecda8a4
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 @@ -4,4 +4,4 @@

__author__ = "Elle Smith"
__email__ = "eleanor.smith@stfc.ac.uk"
__version__ = "0.10.0"
__version__ = "0.10.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.10.0"
version = "0.10.1"
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.10.0
current_version = 0.10.1
commit = True
tag = True

Expand Down

0 comments on commit ecda8a4

Please sign in to comment.