From 123d9c442fa37fbdee08a526e754f29cd4b37cb6 Mon Sep 17 00:00:00 2001 From: "Aaron Pham [bot]" <29749331+aarnphm@users.noreply.github.com> Date: Wed, 14 Jun 2023 07:43:54 +0000 Subject: [PATCH] infra: bump to dev version of 0.1.5.dev0 [generated] Signed-off-by: Aaron Pham [bot] <29749331+aarnphm@users.noreply.github.com> --- package.json | 2 +- src/openllm/__about__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 53be0c45..74d7fb4c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openllm", - "version": "0.1.4", + "version": "0.1.5.dev0", "description": "OpenLLM: Your one stop-and-go solution for serving Large Language Model", "repository": "git@github.com:llmsys/OpenLLM.git", "author": "Aaron Pham <29749331+aarnphm@users.noreply.github.com>", diff --git a/src/openllm/__about__.py b/src/openllm/__about__.py index 917e8363..9688870d 100644 --- a/src/openllm/__about__.py +++ b/src/openllm/__about__.py @@ -11,4 +11,4 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -__version__ = "0.1.4" +__version__ = "0.1.5.dev0"