We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6e3088 commit 8e5a4e1Copy full SHA for 8e5a4e1
clients/python/llmengine/__init__.py
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-__version__ = "0.0.0b19"
+__version__ = "0.0.0b20"
16
17
import os
18
from typing import Sequence
clients/python/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "scale-llm-engine"
3
-version = "0.0.0.beta19"
+version = "0.0.0.beta20"
4
description = "Scale LLM Engine Python client"
5
license = "Apache-2.0"
6
authors = ["Phil Chen <phil.chen@scale.com>"]
clients/python/setup.py
@@ -3,6 +3,6 @@
setup(
name="scale-llm-engine",
python_requires=">=3.7",
- version="0.0.0.beta19",
+ version="0.0.0.beta20",
7
packages=find_packages(),
8
)
0 commit comments