From c78709f88751ae5f998f16ac7442473b83f5111c Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Wed, 31 Aug 2022 06:20:59 -0700 Subject: [PATCH] 0.27.6 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +)