release v0.4.1
This commit is contained in:
parent
011a2f3dd7
commit
44686f74d8
2
setup.py
2
setup.py
|
@ -14,7 +14,7 @@ from setuptools import setup, find_packages
|
||||||
# engineer specific practices
|
# engineer specific practices
|
||||||
setup(
|
setup(
|
||||||
name='pytorch-lightning',
|
name='pytorch-lightning',
|
||||||
version='0.4.0',
|
version='0.4.1',
|
||||||
description='The Keras for ML researchers using PyTorch',
|
description='The Keras for ML researchers using PyTorch',
|
||||||
author='William Falcon',
|
author='William Falcon',
|
||||||
author_email='waf2107@columbia.edu',
|
author_email='waf2107@columbia.edu',
|
||||||
|
|
Loading…
Reference in New Issue