Skip to content

Commit

Permalink
Release at 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed Jun 21, 2018
1 parent 4759021 commit 89373b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Stoner/__init__.py
Expand Up @@ -21,7 +21,7 @@
from .tools import format_error,set_option,get_option

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

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

0 comments on commit 89373b0

Please sign in to comment.