Skip to content

Commit

Permalink
Bump version: 5.5.0 → 5.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Anthchirp committed Feb 5, 2020
1 parent 8fef9ce commit a1f3c87
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ispyb/__init__.py
Expand Up @@ -6,7 +6,7 @@
import ConfigParser as configparser
import logging

__version__ = "5.5.0"
__version__ = "5.6.0"

_log = logging.getLogger("ispyb")

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.5.0
current_version = 5.6.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -10,7 +10,7 @@

setup(
name="ispyb",
version="5.5.0",
version="5.6.0",
description="Python package to access ISPyB database",
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.",
url="https://github.com/DiamondLightSource/ispyb-api",
Expand Down

0 comments on commit a1f3c87

Please sign in to comment.