diff --git a/setup.py b/setup.py index 504a4c4..414f322 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup( name = 'denoising-diffusion-pytorch', packages = find_packages(), - version = '0.27.5', + version = '0.27.6', license='MIT', description = 'Denoising Diffusion Probabilistic Models - Pytorch', author = 'Phil Wang', @@ -30,4 +30,4 @@ setup( 'License :: OSI Approved :: MIT License', 'Programming Language :: Python :: 3.6', ], -) \ No newline at end of file +)