Skip to content

Commit 47078f4

Browse files
Bump version: 2.0.10 → 2.0.11
1 parent 53a9157 commit 47078f4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

savify/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
__title__ = 'Savify'
1414
__author__ = """Laurence Rawlings"""
1515
__email__ = '[email protected]'
16-
__version__ = '2.0.10'
16+
__version__ = '2.0.11'
1717
__license__ = 'MIT'
1818
__docformat__ = 'restructuredtext en'
1919

setup.cfg

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

setup.py

+1-1
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.0.10',
47+
version='2.0.11',
4848
zip_safe=False,
4949
)

0 commit comments

Comments
 (0)