Bump the version to 0.9.1

This commit is contained in:
Yury Selivanov 2017-11-28 19:03:24 -05:00
parent 0c87403004
commit d27b45c7dd
1 changed files with 1 additions and 1 deletions

View File

@ -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')