diff --git a/pepys_import/__init__.py b/pepys_import/__init__.py index 542415ef5..dcea1d3a5 100644 --- a/pepys_import/__init__.py +++ b/pepys_import/__init__.py @@ -4,5 +4,5 @@ __author__ = "Ian Mayo" __email__ = "ian@planetmayo.com" -__version__ = "0.0.34" +__version__ = "0.0.35" __build_timestamp__ = None diff --git a/setup.cfg b/setup.cfg index a358b7d78..13b170a5f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.0.34 +current_version = 0.0.35 commit = True tag = True diff --git a/setup.py b/setup.py index d0a9619c6..616bff1a8 100644 --- a/setup.py +++ b/setup.py @@ -44,6 +44,6 @@ test_suite="tests", tests_require=test_requirements, url="https://github.com/debrief/pepys-import", - version="0.0.34", + version="0.0.35", zip_safe=False, )