Skip to content

Commit 7a0852a

Browse files
author
Dan Root
committed
Bump version: 1.0.0 → 1.0.1
1 parent 56c4a2c commit 7a0852a

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.bumpversion.cfg

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[bumpversion]
2-
current_version = 1.0.0
2+
current_version = 1.0.1
33
commit = True
44
tag = True
55
tag_name = {new_version}
66

77
[bumpversion:file:setup.py]
8+
89
[bumpversion:file:flask_jsonwrap/__init__.py]
10+

flask_jsonwrap/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
from flask_jsonwrap.jsonwrap import JSONWrap
22

3-
__version__ = '1.0.0'
3+
__version__ = '1.0.1'
44

55
__all__ = ['JSONWrap', '__version__']

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
description='Make a Flask app JSON API friendly.',
1313
long_description=__doc__,
1414
url='http://github.com/daroot/flask-jsonwrap/',
15-
version='1.0.0',
15+
version='1.0.1',
1616
author='Dan Root',
1717
author_email='rootdan@gmail.com',
1818
license='WTFPL',

0 commit comments

Comments
 (0)