From 271a376eafff2cc2c53649b094a769a10ceca65e Mon Sep 17 00:00:00 2001 From: Phil Wang Date: Sun, 22 May 2022 15:10:28 -0700 Subject: [PATCH] 0.4.3 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 563f1a2..c9be302 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ setup( 'dream = dalle2_pytorch.cli:dream' ], }, - version = '0.4.2', + version = '0.4.3', license='MIT', description = 'DALL-E 2', author = 'Phil Wang',