bump version again for pypi

This commit is contained in:
Noah Levitt 2015-11-06 23:42:45 +00:00
parent c46bd11127
commit 79b3895da3

View File

@ -2,7 +2,7 @@ import setuptools
setuptools.setup( setuptools.setup(
name='rethinkstuff', name='rethinkstuff',
version='0.1.1', version='0.1.2',
packages=['rethinkstuff'], packages=['rethinkstuff'],
classifiers=[ classifiers=[
'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 2.7',