From dfc09e9c33705933c74010ce8a8c050081df8942 Mon Sep 17 00:00:00 2001 From: "Matthew W. Thompson" Date: Fri, 22 Feb 2019 09:25:03 -0600 Subject: [PATCH] Bump to version 0.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef536423..b3cec9ba 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup, find_packages ##################################### -VERSION = "0.5.1" +VERSION = "0.5.2" ISRELEASED = True if ISRELEASED: __version__ = VERSION