From 137d4aa06387e656128baef6a2152e9b77e6f166 Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Sun, 14 Jun 2020 11:05:25 +0800 Subject: [PATCH] python: 0.9.2rc1.post2 --- bindings/python/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/setup.py b/bindings/python/setup.py index c0f0d5b7..6f46135a 100755 --- a/bindings/python/setup.py +++ b/bindings/python/setup.py @@ -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'