From f529763df746ab26a2c8519f7df15c5a3b2de44a Mon Sep 17 00:00:00 2001 From: Mustafa Eyceoz Date: Mon, 3 Apr 2023 18:19:10 -0400 Subject: [PATCH] v0.4.1 Release Prep (#82) --- custom-nb-image/Dockerfile | 2 +- custom-nb-image/VERSION | 2 +- pyproject.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/custom-nb-image/Dockerfile b/custom-nb-image/Dockerfile index 2fd9c02b5..e26298f2d 100644 --- a/custom-nb-image/Dockerfile +++ b/custom-nb-image/Dockerfile @@ -23,7 +23,7 @@ RUN pip install -r requirements.txt RUN pip uninstall pickle5 -y # Install codeflare-sdk and other libraries -RUN pip install codeflare-sdk==0.4.0 \ +RUN pip install codeflare-sdk==0.4.1 \ datasets==2.6.1 \ transformers==4.23.1 \ evaluate==0.3.0 diff --git a/custom-nb-image/VERSION b/custom-nb-image/VERSION index d18661774..f0ce0c6cc 100644 --- a/custom-nb-image/VERSION +++ b/custom-nb-image/VERSION @@ -1 +1 @@ -sdk0.4.0-v1 +sdk0.4.1-v1 diff --git a/pyproject.toml b/pyproject.toml index 061cd997d..72bef2f6e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "codeflare-sdk" -version = "0.4.0" +version = "0.4.1" description = "Python SDK for codeflare client" license = "Apache-2.0"