Skip to content

Commit

Permalink
Bump the version to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Nov 29, 2017
1 parent 0c87403 commit d27b45c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
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')
Expand Down

0 comments on commit d27b45c

Please sign in to comment.