Skip to content

Commit 6f07279

Browse files
committed
Bump the version to v0.6.7
1 parent b257a00 commit 6f07279

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.6.6'
25+
VERSION = '0.6.7'
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)