From 4a2dca331e75fdfdee7dde7c56240c74a25cdfff Mon Sep 17 00:00:00 2001 From: William Falcon Date: Thu, 8 Aug 2019 12:32:45 -0400 Subject: [PATCH] release v0.4.0 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ec29d6d6..054fc3be 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.3.6.9', + version='0.4.0', description='The Keras for ML researchers using PyTorch', author='William Falcon', author_email='waf2107@columbia.edu',