Skip to content

Commit

Permalink
python: 0.9.2rc1.post2
Browse files Browse the repository at this point in the history
  • Loading branch information
aquynh committed Jun 14, 2020
1 parent ceb5df4 commit 137d4aa
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' + '.post1'
VERSION = '0.9.2' + 'rc1' + '.post2'
SYSTEM = sys.platform
IS_64BITS = platform.architecture()[0] == '64bit'

Expand Down

0 comments on commit 137d4aa

Please sign in to comment.