diff --git a/setup.py b/setup.py index a5f109b..c31e890 100644 --- a/setup.py +++ b/setup.py @@ -2,10 +2,12 @@ import setuptools setuptools.setup( name='rethinkstuff', + version='0.1', packages=['rethinkstuff'], classifiers=[ 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', ], install_requires=['rethinkdb'], )