Skip to content

Commit 5b5eb46

Browse files
committed
Bump version: 0.30.0 → 0.30.1
1 parent 482bb7c commit 5b5eb46

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.30.0
2+
current_version = 0.30.1
33
commit = True
44
tag = True
55

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
# the built documents.
5959
#
6060
# The short X.Y version.
61-
version = "0.30.0"
61+
version = "0.30.1"
6262
# The full version, including alpha/beta/rc tags.
6363
release = version
6464

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = zocalo
3-
version = 0.30.0
3+
version = 0.30.1
44
description = Infrastructure components for automated data processing at Diamond Light Source
55
author = Diamond Light Source - Data Analysis Group
66
author_email = [email protected]

src/zocalo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
__author__ = "Diamond Light Source - Data Analysis Group"
88
__email__ = "[email protected]"
9-
__version__ = "0.30.0"
9+
__version__ = "0.30.1"
1010

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

0 commit comments

Comments
 (0)