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',