Skip to content

Commit

Permalink
Bump lorax client v0.6.0 (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
tgaddair committed May 23, 2024
1 parent 0a33ea8 commit bd7db80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion clients/python/lorax/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.5.1"
__version__ = "0.6.0"

from lorax.client import Client, AsyncClient, MergedAdapters
2 changes: 1 addition & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "lorax-client"
packages = [
{include = "lorax"}
]
version = "0.5.1"
version = "0.6.0"
description = "LoRAX Python Client"
license = "Apache-2.0"
authors = ["Travis Addair <[email protected]>", "Olivier Dehaene <[email protected]>"]
Expand Down

0 comments on commit bd7db80

Please sign in to comment.