We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e6ca37 commit 7c03f54Copy full SHA for 7c03f54
1 file changed
setup.py
@@ -9,7 +9,7 @@
9
from setuptools.command.build_ext import build_ext
10
from distutils.version import LooseVersion
11
12
-__version__ = '2.0.0'
+__version__ = '2.1.0'
13
14
class CMakeExtension(Extension):
15
def __init__(self, name, sourcedir='', exclude_arch=False):
0 commit comments