change version to 0.7.1, and improve make

This commit is contained in:
Prodesire 2018-12-10 21:29:16 +08:00
parent 3ee18155ec
commit 4d9d69e0a6
2 changed files with 3 additions and 3 deletions

View File

@ -32,6 +32,7 @@ help:
init:
pip install -r requirements-dev.txt
npm i docsify-cli -g
test: test-py2 test-py3
@ -52,8 +53,7 @@ publish:
rm -rf build dist *.egg-info .eggs
docs:
cd docs && make html
@echo "\033[95m\n\nBuild successful! View the docs homepage at docs/_build/html/index.html.\n\033[0m"
docsify serve docs
clean: clean-pyc clean-build

View File

@ -3,7 +3,7 @@ Useful data structures, utils for Python.
"""
from __future__ import absolute_import
__version__ = '0.7.0'
__version__ = '0.7.1'
# Set logging handler to avoid "No handler found" warnings.