Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
matteing committed May 22, 2016
1 parent a344194 commit 7d1a5b0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.PHONY: test install
.PHONY: test install clean

publish:
python3 setup.py sdist bdist_wheel upload
Expand All @@ -11,3 +11,6 @@ install:

test:
green --run-coverage -vv

clean:
python3 setup.py clean --all
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
# PyPI specific meta
name='coverpy',
version='0.0.1',
version='0.0.4',
license='MIT License',
author="fallenshell",
author_email='dev@mxio.us',
Expand Down

0 comments on commit 7d1a5b0

Please sign in to comment.