diff --git a/setup.py b/setup.py index 72866c4..cf1ec64 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,8 @@ from setuptools import setup, find_packages, Extension from setuptools.command.build_ext import build_ext -VERSION = "2.11.1" -LIBUAST_VERSION = "v1.9.4" +VERSION = "2.11.2" +LIBUAST_VERSION = "v1.9.5" SDK_VERSION = "v1.16.1" SDK_MAJOR = SDK_VERSION.split('.')[0] FORMAT_ARGS = globals()