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

Commit

Permalink
Merge pull request #42 from ray-project/csivanich/fix-wheel-version-s…
Browse files Browse the repository at this point in the history
…tring

fix: version string should be 0.2.0
  • Loading branch information
csivanich authored Aug 17, 2023
2 parents 0630f7f + 1c7e20f commit 14cb47d
Showing 1 changed file with 1 addition and 1 deletion.
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.2.0",
description="A tool to deploy and query LLMs",
packages=find_packages(include="aviary*"),
include_package_data=True,
Expand Down

0 comments on commit 14cb47d

Please sign in to comment.