We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92d4caf commit b98540bCopy full SHA for b98540b
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ispyb"
7
-version = "11.0.2"
+version = "11.0.3"
8
description = "Python package to access ISPyB database"
9
authors = [
10
{ name = "Diamond Light Source", email = "[email protected]" },
@@ -59,7 +59,7 @@ unfixable = ["F841"]
59
ignore = ["E501"]
60
61
[tool.bumpversion]
62
-current_version = "11.0.2"
+current_version = "11.0.3"
63
commit = true
64
tag = true
65
src/ispyb/__init__.py
@@ -3,7 +3,7 @@
3
import os
import warnings
-__version__ = "11.0.2"
+__version__ = "11.0.3"
_log = logging.getLogger("ispyb")
0 commit comments