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 892b49e commit 1d53513Copy full SHA for 1d53513
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "ispyb"
7
-version = "11.0.1"
+version = "11.0.2"
8
description = "Python package to access ISPyB database"
9
authors = [
10
{ name = "Diamond Light Source", email = "scientificsoftware@diamond.ac.uk" },
@@ -59,7 +59,7 @@ unfixable = ["F841"]
59
ignore = ["E501"]
60
61
[tool.bumpversion]
62
-current_version = "11.0.1"
+current_version = "11.0.2"
63
commit = true
64
tag = true
65
src/ispyb/__init__.py
@@ -3,7 +3,7 @@
3
import os
import warnings
-__version__ = "11.0.1"
+__version__ = "11.0.2"
_log = logging.getLogger("ispyb")
0 commit comments