From a51dfafaa0ebcf4670dabda2e152c81c6a26a7bd Mon Sep 17 00:00:00 2001 From: hallacy Date: Tue, 2 Aug 2022 15:46:27 -0700 Subject: [PATCH] v0.22.1 0.22.0 was deployed incorrectly with extra breakpoint statements. 0.22.1 fixes this --- openai/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openai/version.py b/openai/version.py index a31140d7da..dae64cb9e3 100644 --- a/openai/version.py +++ b/openai/version.py @@ -1 +1 @@ -VERSION = "0.22.0" +VERSION = "0.22.1"