Skip to content

Commit 3ad8bad

Browse files
committed
Bump the version to 0.8.0; mark uvloop as stable and prod ready
1 parent 53f698a commit 3ad8bad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
from setuptools.command.sdist import sdist as sdist
2424

2525

26-
VERSION = '0.7.2'
26+
VERSION = '0.8.0'
2727
CFLAGS = ['-O2']
2828
LIBUV_DIR = os.path.join(os.path.dirname(__file__), 'vendor', 'libuv')
2929
LIBUV_BUILD_DIR = os.path.join(os.path.dirname(__file__), 'build', 'libuv')
@@ -293,7 +293,7 @@ def build_extensions(self):
293293
),
294294
],
295295
classifiers=[
296-
'Development Status :: 4 - Beta',
296+
'Development Status :: 5 - Production/Stable',
297297
'Programming Language :: Python :: 3 :: Only',
298298
'Programming Language :: Python :: 3.5',
299299
'Programming Language :: Python :: 3.6',

0 commit comments

Comments
 (0)