Skip to content

Commit

Permalink
publish 0.0.0b19 (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunfeng-scale committed Oct 13, 2023
1 parent 4367b83 commit 744e263
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion clients/python/llmengine/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

__version__ = "0.0.0b18"
__version__ = "0.0.0b19"

import os
from typing import Sequence
Expand Down
2 changes: 1 addition & 1 deletion clients/python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "scale-llm-engine"
version = "0.0.0.beta18"
version = "0.0.0.beta19"
description = "Scale LLM Engine Python client"
license = "Apache-2.0"
authors = ["Phil Chen <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion clients/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
setup(
name="scale-llm-engine",
python_requires=">=3.7",
version="0.0.0.beta18",
version="0.0.0.beta19",
packages=find_packages(),
)

0 comments on commit 744e263

Please sign in to comment.