From dfbafee555bdae80b55d63a989073836bbfc257e Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Wed, 5 Oct 2022 13:50:54 -0700 Subject: [PATCH] 0.27.12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6bc32d8..18f1e14 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.11', + version = '0.27.12', license='MIT', description = 'Denoising Diffusion Probabilistic Models - Pytorch', author = 'Phil Wang',