From c2a0846011dbb64ef69ce72200ae50dcc24795d7 Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 26 Sep 2019 10:42:24 -0400 Subject: [PATCH] release v0.5.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c85ea3ac19..5d74bdd1e1 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.4.9', + version='0.5.0', description='The Keras for ML researchers using PyTorch', author='William Falcon', author_email='waf2107@columbia.edu',