Skip to content

Commit

Permalink
Bump version to 0.9.0a1
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed Nov 5, 2018
1 parent 5bafc98 commit 182c43d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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', '9', '0dev3')
__version_info__ = ('0', '9', '0a1')
__version__ = '.'.join(__version_info__)

__home__=_path_.realpath(_path_.dirname(__file__))
Expand Down
2 changes: 1 addition & 1 deletion recipe/meta.yaml
Expand Up @@ -4,7 +4,7 @@

package:
name: '{{ name|lower }}'
version: '0.9.0dev3'
version: '0.9.0a1'

source:
git_tag: master
Expand Down

0 comments on commit 182c43d

Please sign in to comment.