From c0b0c91d24f9d4bb168808ef627c885647ea3144 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sun, 6 Oct 2019 17:59:16 -0400 Subject: [PATCH] release v0.5.1.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e800ef0c..ca472d8a 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', + version='0.5.1.3', description='The Keras for ML researchers using PyTorch', author='William Falcon', author_email='waf2107@columbia.edu',