set version to 0.1.0

This commit is contained in:
Adil Hafeez 2024-10-30 18:28:03 -07:00
parent e462e393b1
commit 5837874ae7
3 changed files with 11 additions and 3482 deletions

3487
arch/tools/poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw"
version = "0.0.5"
version = "0.1.0"
description = "Python-based CLI tool to manage Arch Gateway."
authors = ["Katanemo Labs, Inc."]
packages = [
@ -22,7 +22,7 @@ click = "^8.1.7"
jinja2 = "^3.1.4"
jsonschema = "^4.23.0"
setuptools = "75.3.0"
archgw_modelserver = "0.0.5"
archgw_modelserver = "0.1.1"
huggingface_hub = "^0.26.0"
[tool.poetry.scripts]

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "archgw_modelserver"
version = "0.0.5"
version = "0.1.1"
description = "A model server for serving models"
authors = ["Katanemo Labs, Inc <archgw@katanemo.com>"]
license = "Apache 2.0"