Skip to content

Commit

Permalink
Update version numbers.
Browse files Browse the repository at this point in the history
  • Loading branch information
desilinguist committed Sep 13, 2016
1 parent 5cc1907 commit 47e2119
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda-recipe/unix/rsmtool/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: rsmtool
version: 5.2.0
version: 5.2.1

source:
path: ../../../../rsmtool
Expand Down
2 changes: 1 addition & 1 deletion conda-recipe/windows/rsmtool/meta.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: rsmtool
version: 5.2.0
version: 5.2.1

source:
path: ../../../../rsmtool
Expand Down
2 changes: 1 addition & 1 deletion rsmtool/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
in one place. Based on the suggestion `here. <http://bit.ly/16LbuJF>`_
"""

__version__ = '5.2.0'
__version__ = '5.2.1'
VERSION = tuple(int(x) for x in __version__.split('.'))

0 comments on commit 47e2119

Please sign in to comment.