From 4fb89e1dcedde4e34a533eb498b500d072ccce44 Mon Sep 17 00:00:00 2001 From: numb3r3 Date: Mon, 4 Sep 2023 11:04:03 +0800 Subject: [PATCH] chore: bump v0.1.0 --- run_gpt/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_gpt/__init__.py b/run_gpt/__init__.py index f6a441f..7fb2cb9 100644 --- a/run_gpt/__init__.py +++ b/run_gpt/__init__.py @@ -2,7 +2,7 @@ import os as _os import sys as _sys -__version__ = '0.0.13' +__version__ = '0.1.0' _logging.captureWarnings(True)