Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brunns committed Jul 18, 2018
1 parent 83330a8 commit 6b1bc79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,8 @@ pydeps:
jsdeps:
npm install [email protected] --production

publish: ## Publish to pypi
python setup.py sdist upload -r pypi

help: ## Show this help
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1,$$2}'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
setup(
name="mbtest",
zip_safe=False,
version="0.1.0",
version="0.1.1",
description="Python wrapper & utils for the Mountebank over the wire test double tool.",
long_description=open(os.path.join(os.path.dirname(__file__), "README.md")).read(),
author="Simon Brunning",
Expand Down

0 comments on commit 6b1bc79

Please sign in to comment.