Skip to content

Commit 6ed6474

Browse files
committed
python: set version to 0.9.2rc1
1 parent 4cff500 commit 6ed6474

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
This file details the changelog of Keystone.
22

33
----------------------------------
4-
Version 0.9.2-rc1: June 14th, 2020
4+
Version 0.9.2-rc1: June 13th, 2020
55

66
[ Core & tool ]
77

bindings/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
from setuptools.command.bdist_egg import bdist_egg as _bdist_egg
2020
from setuptools.command.develop import develop as _develop
2121

22-
VERSION = '0.9.2'
22+
VERSION = '0.9.2' + 'rc1'
2323
SYSTEM = sys.platform
2424
IS_64BITS = platform.architecture()[0] == '64bit'
2525

0 commit comments

Comments
 (0)