From 08a1ae80691ff795605c8603771bae70c202e29e Mon Sep 17 00:00:00 2001 From: William Falcon Date: Sat, 31 Aug 2019 03:05:57 -0400 Subject: [PATCH] release v0.4.8 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9d3dec1e73..4545894d16 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.7', + version='0.4.8', description='The Keras for ML researchers using PyTorch', author='William Falcon', author_email='waf2107@columbia.edu',