Skip to content

Commit

Permalink
python: set version to 0.9.2rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jun 13, 2020
1 parent 4cff500 commit 6ed6474
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
This file details the changelog of Keystone.

----------------------------------
Version 0.9.2-rc1: June 14th, 2020
Version 0.9.2-rc1: June 13th, 2020

[ Core & tool ]

Expand Down
2 changes: 1 addition & 1 deletion bindings/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
from setuptools.command.bdist_egg import bdist_egg as _bdist_egg
from setuptools.command.develop import develop as _develop

VERSION = '0.9.2'
VERSION = '0.9.2' + 'rc1'
SYSTEM = sys.platform
IS_64BITS = platform.architecture()[0] == '64bit'

Expand Down

0 comments on commit 6ed6474

Please sign in to comment.