Skip to content

Commit 1d53513

Browse files
committed
Bump version: 11.0.1 → 11.0.2
1 parent 892b49e commit 1d53513

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "ispyb"
7-
version = "11.0.1"
7+
version = "11.0.2"
88
description = "Python package to access ISPyB database"
99
authors = [
1010
{ name = "Diamond Light Source", email = "scientificsoftware@diamond.ac.uk" },
@@ -59,7 +59,7 @@ unfixable = ["F841"]
5959
ignore = ["E501"]
6060

6161
[tool.bumpversion]
62-
current_version = "11.0.1"
62+
current_version = "11.0.2"
6363
commit = true
6464
tag = true
6565

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__ = "11.0.1"
6+
__version__ = "11.0.2"
77

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

0 commit comments

Comments
 (0)