From fd7028857b2ce2da2aa1bd75cb78dbceadd430a0 Mon Sep 17 00:00:00 2001 From: Drew Dara-Abrams Date: Wed, 13 Mar 2019 14:17:34 -0700 Subject: [PATCH] release 0.4.7 (as it should have also said in the last commit) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 41021bb..56f2106 100644 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ long_description = f.read() setup(name='interline-planetutils', - version='0.4.6', + version='0.4.7', description='Interline PlanetUtils', long_description=long_description, url='https://github.com/interline-io/planetutils',