From 7a8963b7c4dc48c86a32718813a85c20b37b8d92 Mon Sep 17 00:00:00 2001 From: Noah Levitt Date: Sat, 19 Dec 2015 00:47:19 +0000 Subject: [PATCH] update version for new pypi upload --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 08236c8..24f129b 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ import setuptools setuptools.setup( name='rethinkstuff', - version='0.1.3', + version='0.1.4', packages=['rethinkstuff'], classifiers=[ 'Programming Language :: Python :: 2.7',