From 84aec24accb6d8ddfd453ae49e10f9f55a555f85 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 10 Oct 2019 15:17:51 -0400 Subject: [PATCH] bug free release --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ca472d8a10..e3b95db27a 100755 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ from setuptools import setup, find_packages # engineer specific practices setup( name='pytorch-lightning', - version='0.5.1.3', + version='0.5.2', description='The Keras for ML researchers using PyTorch', author='William Falcon', author_email='waf2107@columbia.edu',