Skip to content

Commit a897aed

Browse files
committed
Bump the version to v0.7.1
1 parent 3894d2d commit a897aed

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
@@ -23,7 +23,7 @@
2323
from setuptools.command.sdist import sdist as sdist
2424

2525

26-
VERSION = '0.7.0'
26+
VERSION = '0.7.1'
2727
CFLAGS = ['-O2']
2828
LIBUV_DIR = os.path.join(os.path.dirname(__file__), 'vendor', 'libuv')
2929
LIBUV_BUILD_DIR = os.path.join(os.path.dirname(__file__), 'build', 'libuv')

0 commit comments

Comments
 (0)