From d5b2182c962c5252016fc59f8510a2da5a55158d Mon Sep 17 00:00:00 2001 From: Jehiah Czebotar Date: Thu, 8 Jan 2015 13:52:07 -0500 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index d0fc881..36fa158 100755 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from distutils.core import setup -version = "0.2" +version = "0.3.1" setup(name='data_hacks', version=version, description='Command line utilities for data analysis',