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 53f698a commit 3ad8badCopy full SHA for 3ad8bad
setup.py
@@ -23,7 +23,7 @@
23
from setuptools.command.sdist import sdist as sdist
24
25
26
-VERSION = '0.7.2'
+VERSION = '0.8.0'
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')
@@ -293,7 +293,7 @@ def build_extensions(self):
293
),
294
],
295
classifiers=[
296
- 'Development Status :: 4 - Beta',
+ 'Development Status :: 5 - Production/Stable',
297
'Programming Language :: Python :: 3 :: Only',
298
'Programming Language :: Python :: 3.5',
299
'Programming Language :: Python :: 3.6',
0 commit comments