We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7fb395d commit 5ed4e93Copy full SHA for 5ed4e93
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.0.4'
+__version__ = '0.0.5'
13
14
class CMakeExtension(Extension):
15
def __init__(self, name, sourcedir='', exclude_arch=False):
0 commit comments