diff --git a/setup.py b/setup.py index 6df71ef..a28656b 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from find_library import pkgconfig from collections import defaultdict -VERSION = '1.2.0' +VERSION = '1.2.1' BASE_DIR = os.path.abspath(os.path.dirname(__file__)) BUILD_ARGS = defaultdict(lambda: ['-O3', '-g0']) for compiler, args in [