From 016042716ffcee9009607cc4a55303945c567d14 Mon Sep 17 00:00:00 2001 From: Joel Hillacre Date: Tue, 15 Dec 2015 16:26:47 -0700 Subject: [PATCH] bump version number --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1710849..9dad9ac 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name='transmogrifydict', url='https://github.com/emergence/transmogrifydict', - version='0.0.2', + version='1.0.0', description='The "turn a dict from one API into a dict for another" python module.', author='Emergence by Design', author_email='support@emergence.com',