release elucidating diffusion

This commit is contained in:
Phil Wang
2022-06-28 17:39:48 -07:00
parent c535d31fc5
commit 86fcb6785b
2 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'denoising-diffusion-pytorch',
packages = find_packages(),
version = '0.22.0',
version = '0.23.0',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',