diff --git a/setup.py b/setup.py index 02c69d5a7a..5bbdc0dac7 100755 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ from setuptools import setup, find_packages # http://blog.ionelmc.ro/2014/05/25/python-packaging/ setup( name="pytorch-lightning", - version='0.2.3', + version='0.2.4', description="The Keras for ML researchers using PyTorch", author="William Falcon", author_email="waf2107@columbia.edu",