Skip to content

Commit f0f623e

Browse files
committed
Version bump.
1 parent f048d74 commit f0f623e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

flask_stormpath/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"""
1616

1717

18-
__version__ = '0.4.1'
18+
__version__ = '0.4.2'
1919
__version_info__ = __version__.split('.')
2020
__author__ = 'Stormpath, Inc.'
2121
__license__ = 'Apache'

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def run(self):
3838

3939
setup(
4040
name = 'Flask-Stormpath',
41-
version = '0.4.1',
41+
version = '0.4.2',
4242
url = 'https://github.com/stormpath/stormpath-flask',
4343
license = 'Apache',
4444
author = 'Stormpath, Inc.',

0 commit comments

Comments
 (0)