Compare commits

..
1 Commits
Author SHA1 Message Date
Phil Wang f5916111f8 0.6.3 2021-06-21 17:41:16 -07:00
+1 -1
View File
@@ -3,7 +3,7 @@ from setuptools import setup, find_packages
setup(
name = 'denoising-diffusion-pytorch',
packages = find_packages(),
version = '0.6.1',
version = '0.6.3',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',