Skip to content

Commit 8c952b5

Browse files
committed
Bump version: 6.10.0 → 6.11.0
1 parent e3e8717 commit 8c952b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 = 6.10.0
2+
current_version = 6.11.0
33
commit = True
44
tag = True
55

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = ispyb
3-
version = 6.10.0
3+
version = 6.11.0
44
description = Python package to access ISPyB database
55
description-file = README.md
66
long_description = This package provides a Python interface to ISPyB. It can access the ISPyB database directly or (in future versions) run on top of the official ISPyB webservices API.

src/ispyb/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
import warnings
55

6-
__version__ = "6.10.0"
6+
__version__ = "6.11.0"
77

88
_log = logging.getLogger("ispyb")
99

0 commit comments

Comments
 (0)