From fd22a8a2be9c61840cddc01a184759c617e3d9e1 Mon Sep 17 00:00:00 2001 From: John Kitchin Date: Thu, 21 May 2015 13:22:03 -0400 Subject: [PATCH] bump version --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 235383b4..6fd60965 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ from distutils.core import setup setup(name='pycse', - version='0.52', + version='0.53', description='python computations in science and engineering', url='http://github.com/jkitchin/pycse', maintainer='John Kitchin',