Skip to content

Commit

Permalink
Bump version: 10.0.0 → 10.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Apr 3, 2024
1 parent 77b52a9 commit 28613d9
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.0.0
current_version = 10.1.0
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.0.0
version = 10.1.0
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.0.0"
__version__ = "10.1.0"

_log = logging.getLogger("ispyb")

Expand Down

0 comments on commit 28613d9

Please sign in to comment.