Skip to content

Commit 2ff2f6d

Browse files
committed
Bump version: 3.5.0 → 3.5.1
1 parent 877d7a9 commit 2ff2f6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

orthanc_ext/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22

33
__author__ = """WalkIT"""
44
__email__ = 'code@walkit.nl'
5-
__version__ = '3.5.0'
5+
__version__ = '3.5.1'

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.5.0
2+
current_version = 3.5.1
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,6 @@
5252
test_suite='tests',
5353
tests_require=test_requirements,
5454
url='https://github.com/walkIT-nl/orthanc-server-extensions',
55-
version='3.5.0',
55+
version='3.5.1',
5656
zip_safe=False,
5757
)

0 commit comments

Comments
 (0)