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