Skip to content

Commit

Permalink
v0.4.1 Release Prep (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxusmusti authored Apr 3, 2023
1 parent 5a0c25f commit f529763
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion custom-nb-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion custom-nb-image/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sdk0.4.0-v1
sdk0.4.1-v1
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit f529763

Please sign in to comment.