Skip to content

Commit 6033f09

Browse files
committed
Bump the version to 0.9.0
1 parent 5ad9543 commit 6033f09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
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.8.1'
25+
VERSION = '0.9.0'
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)