diff options
author | Jehiah Czebotar <jehiah@gmail.com> | 2015-01-08 13:52:07 -0500 |
---|---|---|
committer | Jehiah Czebotar <jehiah@gmail.com> | 2015-01-08 13:52:07 -0500 |
commit | d5b2182c962c5252016fc59f8510a2da5a55158d (patch) | |
tree | 04d3d12ce2b0f40165228a7cc21fef15d322da9b /setup.py | |
parent | eacacf6f3a2131e2029f9591e54f55ebe5525b37 (diff) | |
download | data_hacks-d5b2182c962c5252016fc59f8510a2da5a55158d.zip data_hacks-d5b2182c962c5252016fc59f8510a2da5a55158d.tar.gz data_hacks-d5b2182c962c5252016fc59f8510a2da5a55158d.tar.bz2 |
bump version
Diffstat (limited to 'setup.py')
-rwxr-xr-x | setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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', |