Skip to content

Commit

Permalink
Bump the version to 0.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
1st1 committed Nov 10, 2016
1 parent 2544181 commit c31616c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@ sdist: clean compile test sdist-libuv
$(PYTHON) setup.py sdist


release: distclean compile test sdist-libuv
# Don't change "clean" to "distclean"! Otherwise "clean-libuv" will
# only be called once, which will produce a broken sdist.
release: clean compile test sdist-libuv
$(PYTHON) setup.py sdist bdist_wheel upload
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
from setuptools.command.build_ext import build_ext


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

Expand Down

0 comments on commit c31616c

Please sign in to comment.