From bcf83e31d6345ef527b93a16eeb67c7cbdc5e9f0 Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Sat, 28 Feb 2015 16:03:26 -0800 Subject: [PATCH] updated version in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e5370b..eab8a73 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ setup( # Versions should comply with PEP440. For a discussion on single-sourcing # the version across setup.py and the project code, see # https://packaging.python.org/en/latest/single_source_version.html - version='0.1.1', + version='0.1.2', description='Pretty ASCII printing of tabular data', long_description=long_description,