Version bump from dev as build fails + build egg

This commit is contained in:
2015-10-07 15:22:23 +05:30
parent 9376d05d52
commit 42d640c478
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ py.test
### To build code - ### 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 python setup.py build --plat-name=win-amd64 bdist_wininst
+1 -1
View File
@@ -25,7 +25,7 @@ class PyTest(TestCommand):
setup( setup(
name='humblematch', name='humblematch',
packages=['humblematch'], # this must be the same as the name above 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', description='Will Sanitize your type-checks and duck-checks for you',
author='bendtherules', author='bendtherules',
author_email='bendtherules@codesp.in', author_email='bendtherules@codesp.in',