Skip to content

Commit 72582c4

Browse files
committed
Bump to v 0.9.0rc3
1 parent 8c5972b commit 72582c4

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", "0rc2")
36+
__version_info__ = ("0", "9", "0rc3")
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.0rc2'
7+
version: '0.9.0rc3'
88

99
source:
1010
git_tag: master

0 commit comments

Comments
 (0)