From 8c3655929582d20394e44fd1139a0fade5582724 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Fri, 16 Sep 2022 17:15:02 -0700 Subject: [PATCH] 0.27.10 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6a4cd80..0ecd2f6 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.9', + version = '0.27.10', license='MIT', description = 'Denoising Diffusion Probabilistic Models - Pytorch', author = 'Phil Wang',