Skip to content

Commit

Permalink
change version to 0.7.1, and improve make
Browse files Browse the repository at this point in the history
  • Loading branch information
Prodesire committed Dec 10, 2018
1 parent 3ee1815 commit 4d9d69e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ help:

init:
pip install -r requirements-dev.txt
npm i docsify-cli -g

test: test-py2 test-py3

Expand All @@ -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

Expand Down
2 changes: 1 addition & 1 deletion pydu/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""
from __future__ import absolute_import

__version__ = '0.7.0'
__version__ = '0.7.1'


# Set logging handler to avoid "No handler found" warnings.
Expand Down

0 comments on commit 4d9d69e

Please sign in to comment.