fix bug, thanks to @jihoonerd

This commit is contained in:
Phil Wang
2022-04-15 06:37:31 -07:00
parent 0b8cdb4c8b
commit 71953ebd22
2 changed files with 2 additions and 2 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.9.0',
version = '0.9.1',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',