Phil Wang
2022-08-30 20:30:29 -07:00
parent 44f95e2e9d
commit 42158d6248
2 changed files with 5 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.27.4',
version = '0.27.5',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',