Skip to content

Commit

Permalink
Update stable branch version to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed May 18, 2017
1 parent 507f1e0 commit eae082d
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', '0')
__version_info__ = ('0', '7', '1')
__version__ = '.'.join(__version_info__)

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

0 comments on commit eae082d

Please sign in to comment.