Skip to content

Commit

Permalink
Switch to 0.8.0dev
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed May 18, 2017
1 parent 507f1e0 commit b1a7a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stoner/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from .Folders import DataFolder

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

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

0 comments on commit b1a7a77

Please sign in to comment.