diff --git a/setup.py b/setup.py index 73cfdc9c1b1d192118a8847f3015d030f58e3133..f96cb7163bdcdb6638d3610cbf8f8f0a1bf2c604 100644 --- a/setup.py +++ b/setup.py @@ -42,7 +42,7 @@ from wheel.bdist_wheel import bdist_wheel BASE_DIR = os.path.dirname(os.path.realpath(__file__)) THIRD_PARTY_PATH = os.path.join(BASE_DIR, "third_party") -VERSION = '1.11.0.post14' +VERSION = '1.11.0.post15' UNKNOWN = "Unknown" BUILD_PERMISSION = stat.S_IRUSR | stat.S_IWUSR | stat.S_IXUSR | stat.S_IRGRP | stat.S_IXGRP call_once_flag = 0