diff --git a/library/setup.py b/library/setup.py
index 58f59b52f59f2549c6b54fb2768673b782782f3b..888906b12c100e84c4b7f150a5ff539fa4a63132 100644
--- a/library/setup.py
+++ b/library/setup.py
@@ -36,7 +36,7 @@ from setuptools import setup, Extension, find_packages
 from setuptools.command.test import test as TestCommand
 
 __PACKAGE_VERSION__ = "0.1.9"
-__LIBRARY_VERSION__ = "0.2.0"
+__LIBRARY_VERSION__ = "0.3.0"
 
 ################################################################################
 
@@ -97,9 +97,9 @@ modules = [
             #"-fstack-protector-strong",
             "-pthread",
             "-DUSE_PTHREADS",
-            "-D_GLIBCXX_PARALLEL",
         ],
         extra_link_args=[
+            "-fPIC",
             "-Ofast",
             #"-march=native",
             "-flto",