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 b257a00 commit 6f07279Copy full SHA for 6f07279
setup.py
@@ -22,7 +22,7 @@
22
from setuptools.command.sdist import sdist as sdist
23
24
25
-VERSION = '0.6.6'
+VERSION = '0.6.7'
26
CFLAGS = ['-O2']
27
LIBUV_DIR = os.path.join(os.path.dirname(__file__), 'vendor', 'libuv')
28
LIBUV_BUILD_DIR = os.path.join(os.path.dirname(__file__), 'build', 'libuv')
0 commit comments