From 25b2c200f043e3356b764fc248b2c9d2b3b36551 Mon Sep 17 00:00:00 2001 From: stephen-riggs Date: Fri, 20 Oct 2023 16:31:01 +0100 Subject: [PATCH] =?UTF-8?q?Bump=20version:=200.13.7=20=E2=86=92=200.13.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .bumpversion.cfg | 2 +- setup.cfg | 2 +- src/relion/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 665b5712..de2c8870 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 0.13.7 +current_version = 0.13.8 commit = True tag = True diff --git a/setup.cfg b/setup.cfg index d1535bd3..146e3566 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = relion -version = 0.13.7 +version = 0.13.8 description = Relion Python API long_description = file: README.rst author = Diamond Light Source - Scientific Software et al. diff --git a/src/relion/__init__.py b/src/relion/__init__.py index 305d58ef..8c5f910d 100644 --- a/src/relion/__init__.py +++ b/src/relion/__init__.py @@ -38,7 +38,7 @@ __all__ = [] __author__ = "Diamond Light Source - Scientific Software" __email__ = "scientificsoftware@diamond.ac.uk" -__version__ = "0.13.7" +__version__ = "0.13.8" __version_tuple__ = tuple(int(x) for x in __version__.split(".")) pipeline_lock = ".relion_lock"