Skip to content

Commit 04fa0cc

Browse files
committed
Bump the version to 0.6.8
1 parent 41b412f commit 04fa0cc

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.6.7'
25+
VERSION = '0.6.8'
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)