From d27b45c7dd097fbb05c0ec8d3f3bda05d901e67f Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Tue, 28 Nov 2017 19:03:24 -0500 Subject: [PATCH] Bump the version to 0.9.1 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 788c692..b0bf899 100644 --- a/setup.py +++ b/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')