mirror of https://github.com/MagicStack/uvloop.git
Bump the version to 0.9.1
This commit is contained in:
parent
0c87403004
commit
d27b45c7dd
2
setup.py
2
setup.py
|
@ -22,7 +22,7 @@ from setuptools.command.build_ext import build_ext as build_ext
|
|||
from setuptools.command.sdist import sdist as sdist
|
||||
|
||||
|
||||
VERSION = '0.9.1.dev0'
|
||||
VERSION = '0.9.1'
|
||||
CFLAGS = ['-O2']
|
||||
LIBUV_DIR = os.path.join(os.path.dirname(__file__), 'vendor', 'libuv')
|
||||
LIBUV_BUILD_DIR = os.path.join(os.path.dirname(__file__), 'build', 'libuv')
|
||||
|
|
Loading…
Reference in New Issue