Skip to content

Commit

Permalink
Bump version: 5.2.1 → 5.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
KarlLevik committed Aug 15, 2019
1 parent 3eaf98c commit ee2b814
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.2.1"
__version__ = "5.3.0"

_log = logging.getLogger("ispyb")

Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 5.2.1
current_version = 5.3.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.2.1",
version="5.3.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 ee2b814

Please sign in to comment.