Skip to content

Commit 8b1d402

Browse files
Bump version: 2.3.3 → 2.3.4
1 parent 4fdca6c commit 8b1d402

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

savify/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__title__ = 'Savify'
1414
__author__ = """Laurence Rawlings"""
1515
__email__ = 'contact@laurencerawlings.com'
16-
__version__ = '2.3.3'
16+
__version__ = '2.3.4'
1717
__license__ = 'MIT'
1818
__docformat__ = 'restructuredtext en'
1919

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 2.3.3
2+
current_version = 2.3.4
33
commit = True
44
tag = True
55

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
test_suite='tests',
4545
tests_require=test_requirements,
4646
url='https://github.com/LaurenceRawlings/savify',
47-
version='2.3.3',
47+
version='2.3.4',
4848
zip_safe=False,
4949
)

0 commit comments

Comments
 (0)