From 9a819bca417b575bd161d1fcf4e6a84eb66a56e4 Mon Sep 17 00:00:00 2001 From: Niru Maheswaranathan Date: Tue, 28 Jul 2015 13:38:59 -0700 Subject: [PATCH] Update version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8a89fdc..11935fc 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,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.2', + version='0.1.3', description='Pretty ASCII printing of tabular data', long_description='''Formatted ASCII printing of tabular data''',