Skip to content

Commit

Permalink
Bump release candidate version
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed Apr 29, 2017
1 parent a1579d6 commit dd14753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stoner/__init__.py
Expand Up @@ -12,7 +12,7 @@
from .Folders import DataFolder

from os import path as _path_
__version_info__ = ('0', '7', '0rc1')
__version_info__ = ('0', '7', '0rc2')
__version__ = '.'.join(__version_info__)

__home__=_path_.realpath(_path_.dirname(__file__))

0 comments on commit dd14753

Please sign in to comment.