Skip to content

Commit f529763

Browse files
authored
v0.4.1 Release Prep (#82)
1 parent 5a0c25f commit f529763

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: custom-nb-image/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN pip install -r requirements.txt
2323
RUN pip uninstall pickle5 -y
2424

2525
# Install codeflare-sdk and other libraries
26-
RUN pip install codeflare-sdk==0.4.0 \
26+
RUN pip install codeflare-sdk==0.4.1 \
2727
datasets==2.6.1 \
2828
transformers==4.23.1 \
2929
evaluate==0.3.0

Diff for: custom-nb-image/VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sdk0.4.0-v1
1+
sdk0.4.1-v1

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "codeflare-sdk"
3-
version = "0.4.0"
3+
version = "0.4.1"
44
description = "Python SDK for codeflare client"
55

66
license = "Apache-2.0"

0 commit comments

Comments
 (0)