Skip to content

Commit

Permalink
v0.3.1 (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
OlivierDehaene authored Feb 24, 2023
1 parent 44ce098 commit 4b1c972
Show file tree
Hide file tree
Showing 6 changed files with 62 additions and 63 deletions.
115 changes: 57 additions & 58 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion launcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "text-generation-launcher"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Olivier Dehaene"]
description = "Text Generation Launcher"
Expand Down
2 changes: 1 addition & 1 deletion router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "text-generation-router"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Olivier Dehaene"]
description = "Text Generation Webserver"
Expand Down
2 changes: 1 addition & 1 deletion router/client/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "text-generation-client"
version = "0.3.0"
version = "0.3.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion router/grpc-metadata/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "grpc-metadata"
version = "0.3.0"
version = "0.3.1"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion server/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "text-generation"
version = "0.3.0"
version = "0.3.1"
description = "Text Generation Inference Python gRPC Server"
authors = ["Olivier Dehaene <[email protected]>"]

Expand Down

0 comments on commit 4b1c972

Please sign in to comment.