Skip to content

Commit

Permalink
Bump version and recipe ready to build
Browse files Browse the repository at this point in the history
  • Loading branch information
gb119 committed Oct 6, 2019
1 parent 9798b1a commit 5b41e4a
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 @@ -33,7 +33,7 @@

from os import path as _path_

__version_info__ = ("0", "9", "0rc4")
__version_info__ = ("0", "9", "0")
__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.0rc3'
version: '0.9.0'

source:
git_tag: master
Expand Down

0 comments on commit 5b41e4a

Please sign in to comment.