Skip to content

Commit d27b45c

Browse files
committedNov 29, 2017
Bump the version to 0.9.1
1 parent 0c87403 commit d27b45c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
from setuptools.command.sdist import sdist as sdist
2323

2424

25-
VERSION = '0.9.1.dev0'
25+
VERSION = '0.9.1'
2626
CFLAGS = ['-O2']
2727
LIBUV_DIR = os.path.join(os.path.dirname(__file__), 'vendor', 'libuv')
2828
LIBUV_BUILD_DIR = os.path.join(os.path.dirname(__file__), 'build', 'libuv')

0 commit comments

Comments
 (0)
Please sign in to comment.