diff --git a/setup.py b/setup.py index 7af5bb6a07..3e33e276a3 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.121', + version='0.122', description="The Keras for ML researchers using PyTorch", author="William Falcon", author_email="waf2107@columbia.edu", @@ -19,7 +19,7 @@ setup( install_requires=[ "torch>=1.1.0", "tqdm", - "test-tube>=0.651", + "test-tube>=0.652", "tensorflow>=1.14.0" ], packages=find_packages(),