Skip to content
This repository has been archived by the owner on May 28, 2024. It is now read-only.

Commit

Permalink
Update version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yard1 committed Jul 28, 2023
1 parent 0c25551 commit 56ab835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build_aviary_image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ git diff-index --quiet HEAD --
GIT_COMMIT=`git rev-parse HEAD`

DOCKER_REPO="${AVIARY_DOCKER_REPO:-anyscale/aviary}"
VERSION="0.1.1"
VERSION="0.1.2"
DOCKER_TAG="$DOCKER_REPO:$VERSION-$GIT_COMMIT"
DOCKER_FILE="${AVIARY_DOCKER_FILE:-deploy/ray/Dockerfile}"

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="aviary",
version="0.1.1",
version="0.1.2",
description="A tool to deploy and query LLMs",
packages=find_packages(include="aviary*"),
include_package_data=True,
Expand Down

0 comments on commit 56ab835

Please sign in to comment.