Skip to content

Commit

Permalink
Bump version: 0.13.4 → 0.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
stephen-riggs committed Oct 11, 2023
1 parent 9c98ae3 commit fac1088
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 = 0.13.4
current_version = 0.13.5
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 = relion
version = 0.13.4
version = 0.13.5
description = Relion Python API
long_description = file: README.rst
author = Diamond Light Source - Scientific Software et al.
Expand Down
2 changes: 1 addition & 1 deletion src/relion/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
__all__ = []
__author__ = "Diamond Light Source - Scientific Software"
__email__ = "scientificsoftware@diamond.ac.uk"
__version__ = "0.13.4"
__version__ = "0.13.5"
__version_tuple__ = tuple(int(x) for x in __version__.split("."))

pipeline_lock = ".relion_lock"
Expand Down

0 comments on commit fac1088

Please sign in to comment.