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 0c87403 commit d27b45cCopy full SHA for d27b45c
setup.py
@@ -22,7 +22,7 @@
22
from setuptools.command.sdist import sdist as sdist
23
24
25
-VERSION = '0.9.1.dev0'
+VERSION = '0.9.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