From 1cce4225ebde8094d91cd328c2436e88fb150296 Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Sun, 17 Apr 2022 07:29:34 -0700 Subject: [PATCH] 0.0.18 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e0844f0..2442f0c 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( 'dream = dalle2_pytorch.cli:dream' ], }, - version = '0.0.17', + version = '0.0.18', license='MIT', description = 'DALL-E 2', author = 'Phil Wang',