We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fdca6c commit 8b1d402Copy full SHA for 8b1d402
savify/__init__.py
@@ -13,7 +13,7 @@
13
__title__ = 'Savify'
14
__author__ = """Laurence Rawlings"""
15
__email__ = 'contact@laurencerawlings.com'
16
-__version__ = '2.3.3'
+__version__ = '2.3.4'
17
__license__ = 'MIT'
18
__docformat__ = 'restructuredtext en'
19
setup.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 2.3.3
+current_version = 2.3.4
3
commit = True
4
tag = True
5
setup.py
@@ -44,6 +44,6 @@
44
test_suite='tests',
45
tests_require=test_requirements,
46
url='https://github.com/LaurenceRawlings/savify',
47
- version='2.3.3',
+ version='2.3.4',
48
zip_safe=False,
49
)
0 commit comments