From 0ea918b124249a0f1681d6bcfd764bf958bd0cd3 Mon Sep 17 00:00:00 2001 From: Matthew Seal Date: Sun, 22 Oct 2017 23:06:36 -0700 Subject: [PATCH] Bump versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [