From 9f7c86c33e12d478ee55cc23cc38c86d7356bafe Mon Sep 17 00:00:00 2001 From: Lincoln Stein Date: Thu, 23 Mar 2023 21:47:56 -0400 Subject: [PATCH] bump version to 2.3.3-rc1 Lots of little bugs have been squashed since 2.3.2 and a new minor point release is imminent. This PR updates the version number in preparation for a RC. --- ldm/invoke/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldm/invoke/_version.py b/ldm/invoke/_version.py index de365d650b..c2881e4f9e 100644 --- a/ldm/invoke/_version.py +++ b/ldm/invoke/_version.py @@ -1,2 +1,2 @@ -__version__='2.3.2.post1' +__version__='2.3.3-rc1'