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 4083ebd commit 6030f4dCopy full SHA for 6030f4d
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.0.beta12"
+__version__ = "0.0.0.beta13"
16
17
from typing import Sequence
18
clients/python/pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "scale-llm-engine"
3
-version = "0.0.0.beta12"
+version = "0.0.0.beta13"
4
description = "Scale LLM Engine Python client"
5
license = "Apache-2.0"
6
authors = ["Phil Chen <[email protected]>"]
clients/python/setup.py
@@ -3,6 +3,6 @@
setup(
name="scale-llm-engine",
python_requires=">=3.7",
- version="0.0.0.beta12",
+ version="0.0.0.beta13",
7
packages=find_packages(),
8
)
0 commit comments