From 0ec6cc80cba98ff7ad67e2eb14abb510a1230bb8 Mon Sep 17 00:00:00 2001 From: Justin Richert Date: Wed, 15 May 2019 15:03:26 -0500 Subject: [PATCH] Increase version in setup.py to 0.5.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a0f157f..f263c8e 100644 --- a/setup.py +++ b/setup.py @@ -8,7 +8,7 @@ setup( name='luckycharms', - version='0.5.1', + version='0.5.2', url='https://github.com/justin-richert/luckycharms', download_url='https://github.com/justin-richert/luckycharms/archive/0.5.1.zip', license='MIT',