From 42d640c47878f5ae4bbaa6f8f0c30e66ae1fa453 Mon Sep 17 00:00:00 2001 From: Abhas Bhattacharya Date: Wed, 7 Oct 2015 15:22:23 +0530 Subject: [PATCH] Version bump from dev as build fails + build egg --- readme.md | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/readme.md b/readme.md index fd0d9b8..9e92b23 100644 --- a/readme.md +++ b/readme.md @@ -35,7 +35,7 @@ py.test ### To build code - -python setup.py sdist bdist_wheel +python setup.py sdist bdist_wheel bdist_msi bdist_egg python setup.py build --plat-name=win-amd64 bdist_wininst diff --git a/setup.py b/setup.py index 5fc8962..b291073 100644 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ class PyTest(TestCommand): setup( name='humblematch', packages=['humblematch'], # this must be the same as the name above - version='0.1.dev3', + version='0.1.1', description='Will Sanitize your type-checks and duck-checks for you', author='bendtherules', author_email='bendtherules@codesp.in',