Skip to content

Commit

Permalink
Bump version: 0.30.0 → 0.30.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Aug 24, 2023
1 parent 482bb7c commit 5b5eb46
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 = 0.30.0
current_version = 0.30.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# the built documents.
#
# The short X.Y version.
version = "0.30.0"
version = "0.30.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,6 +1,6 @@
[metadata]
name = zocalo
version = 0.30.0
version = 0.30.1
description = Infrastructure components for automated data processing at Diamond Light Source
author = Diamond Light Source - Data Analysis Group
author_email = dataanalysis@diamond.ac.uk
Expand Down
2 changes: 1 addition & 1 deletion src/zocalo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

__author__ = "Diamond Light Source - Data Analysis Group"
__email__ = "dataanalysis@diamond.ac.uk"
__version__ = "0.30.0"
__version__ = "0.30.1"

logging.getLogger("zocalo").addHandler(logging.NullHandler())

Expand Down

0 comments on commit 5b5eb46

Please sign in to comment.