Skip to content

Commit

Permalink
Bump version: 10.2.0 → 10.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ndevenish committed Aug 23, 2024
1 parent e34a02b commit e921aaf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 10.2.0
current_version = 10.2.1
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = ispyb
version = 10.2.0
version = 10.2.1
description = Python package to access ISPyB database
description-file = README.md
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.
Expand Down
2 changes: 1 addition & 1 deletion src/ispyb/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import warnings

__version__ = "10.2.0"
__version__ = "10.2.1"

_log = logging.getLogger("ispyb")

Expand Down

0 comments on commit e921aaf

Please sign in to comment.