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 45e1775 commit 9dfbf0cCopy full SHA for 9dfbf0c
setup.py
@@ -22,7 +22,7 @@
22
from setuptools.command.sdist import sdist as sdist
23
24
25
-VERSION = '0.8.0'
+VERSION = '0.8.1'
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