Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
rdegges committed Jan 2, 2017
1 parent a3cc658 commit 4effe63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stormpath/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
__author__ = 'Stormpath, Inc.'
__copyright__ = 'Copyright 2012-2015 Stormpath, Inc.'

__version_info__ = ('2', '5', '0')
__version_info__ = ('2', '5', '1')
__version__ = '.'.join(__version_info__)
__short_version__ = '.'.join(__version_info__)

0 comments on commit 4effe63

Please sign in to comment.