Skip to content

Commit

Permalink
BUmp to version 0.7.0rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed Apr 22, 2017
1 parent 10ee0ed commit a4561d7
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', '0b7')
__version_info__ = ('0', '7', '0rc1')
__version__ = '.'.join(__version_info__)

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

0 comments on commit a4561d7

Please sign in to comment.