Skip to content

Commit 02a6b87

Browse files
publish 0.0.0b19 (#322)
1 parent c4ca0f2 commit 02a6b87

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

clients/python/llmengine/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
__version__ = "0.0.0b18"
15+
__version__ = "0.0.0b19"
1616

1717
import os
1818
from typing import Sequence

clients/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "scale-llm-engine"
3-
version = "0.0.0.beta18"
3+
version = "0.0.0.beta19"
44
description = "Scale LLM Engine Python client"
55
license = "Apache-2.0"
66
authors = ["Phil Chen <phil.chen@scale.com>"]

clients/python/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
setup(
44
name="scale-llm-engine",
55
python_requires=">=3.7",
6-
version="0.0.0.beta18",
6+
version="0.0.0.beta19",
77
packages=find_packages(),
88
)

0 commit comments

Comments
 (0)