Skip to content

Commit 22b8213

Browse files
committed
Set version to wip 0.9.1.dev0
1 parent 6033f09 commit 22b8213

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.9.0'
25+
VERSION = '0.9.1.dev0'
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)