Skip to content

Commit

Permalink
version 0.9.2rc1p1
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jun 13, 2020
1 parent 4eaa68b commit 5631566
Showing 1 changed file with 1 addition and 1 deletion.
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' + 'rc1' + 'p1'
VERSION = '0.9.2' + 'rc1' + '.post1'
SYSTEM = sys.platform
IS_64BITS = platform.architecture()[0] == '64bit'

Expand Down

0 comments on commit 5631566

Please sign in to comment.