File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 11[bumpversion]
2- current_version = 1.0.0
2+ current_version = 1.0.1
33commit = True
44tag = True
55tag_name = {new_version}
66
77[bumpversion:file:setup.py]
8+
89[bumpversion:file:flask_jsonwrap/__init__.py]
10+
Original file line number Diff line number Diff line change 11from flask_jsonwrap .jsonwrap import JSONWrap
22
3- __version__ = '1.0.0 '
3+ __version__ = '1.0.1 '
44
55__all__ = ['JSONWrap' , '__version__' ]
Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments