fix another stray bug

This commit is contained in:
Phil Wang
2020-09-06 23:25:30 -07:00
parent 1f1e42e9f9
commit 9c758662a3
3 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.1.1',
version = '0.1.2',
license='MIT',
description = 'Denoising Diffusion Probabilistic Models - Pytorch',
author = 'Phil Wang',