We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2714ea7 commit 0ea918bCopy full SHA for 0ea918b
setup.py
@@ -4,7 +4,7 @@
4
from find_library import pkgconfig
5
from collections import defaultdict
6
7
-VERSION = '1.2.0'
+VERSION = '1.2.1'
8
BASE_DIR = os.path.abspath(os.path.dirname(__file__))
9
BUILD_ARGS = defaultdict(lambda: ['-O3', '-g0'])
10
for compiler, args in [
0 commit comments