We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3894d2d commit a897aedCopy full SHA for a897aed
setup.py
@@ -23,7 +23,7 @@
23
from setuptools.command.sdist import sdist as sdist
24
25
26
-VERSION = '0.7.0'
+VERSION = '0.7.1'
27
CFLAGS = ['-O2']
28
LIBUV_DIR = os.path.join(os.path.dirname(__file__), 'vendor', 'libuv')
29
LIBUV_BUILD_DIR = os.path.join(os.path.dirname(__file__), 'build', 'libuv')
0 commit comments