Skip to content

Commit 5b41e4a

Browse files
committed
Bump version and recipe ready to build
1 parent 9798b1a commit 5b41e4a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Stoner/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
from os import path as _path_
3535

36-
__version_info__ = ("0", "9", "0rc4")
36+
__version_info__ = ("0", "9", "0")
3737
__version__ = ".".join(__version_info__)
3838

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

recipe/meta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
package:
66
name: '{{ name|lower }}'
7-
version: '0.9.0rc3'
7+
version: '0.9.0'
88

99
source:
1010
git_tag: master

0 commit comments

Comments
 (0)