Skip to content

Commit

Permalink
Bump version to 0.8.1 ready for package building
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed Jul 3, 2018
1 parent d549c4c commit 608503c
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', '0')
__version_info__ = ('0', '8', '1')
__version__ = '.'.join(__version_info__)

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

0 comments on commit 608503c

Please sign in to comment.