Skip to content

Commit 258a533

Browse files
author
loli
committed
Uped minor release version
1 parent 96f183d commit 258a533

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

CHANGES.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
v0.5.2, 2024-07-23 -- Hotfixes
12
v0.5.1, 2024-04-03 -- Hotfixes
23
v0.5.0, 2024-04-03 -- Addressed all depreciation warnings and incompatabilities
34
Updated documentation

doc/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
# The short X.Y version.
5151
version = "0.5"
5252
# The full version, including alpha/beta/rc tags.
53-
release = "0.5.1"
53+
release = "0.5.2"
5454

5555
# Automatically created autosummary entries (thus no need to call sphinx-autogen)
5656
autosummary_generate = True

medpy/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
2424
along with this program. If not, see <http://www.gnu.org/licenses/>.
2525
"""
2626

27-
__version__ = "0.5.1"
27+
__version__ = "0.5.2"

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ def run_setup(with_compilation):
138138

139139
setup(
140140
name="MedPy",
141-
version="0.5.1", # major.minor.micro
141+
version="0.5.2", # major.minor.micro
142142
description="Medical image processing in Python",
143143
author="Oskar Maier",
144144
author_email="[email protected]",

0 commit comments

Comments
 (0)