Skip to content

Commit c31616c

Browse files
committed
Bump the version to 0.6.5
1 parent 2544181 commit c31616c

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Makefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,7 @@ sdist: clean compile test sdist-libuv
5151
$(PYTHON) setup.py sdist
5252

5353

54-
release: distclean compile test sdist-libuv
54+
# Don't change "clean" to "distclean"! Otherwise "clean-libuv" will
55+
# only be called once, which will produce a broken sdist.
56+
release: clean compile test sdist-libuv
5557
$(PYTHON) setup.py sdist bdist_wheel upload

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
from setuptools.command.build_ext import build_ext
2121

2222

23-
VERSION = '0.6.1'
23+
VERSION = '0.6.5'
2424
CFLAGS = ['-O2']
2525
LIBUV_DIR = os.path.join(os.path.dirname(__file__), 'vendor', 'libuv')
2626

0 commit comments

Comments
 (0)