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 f696102 commit 1426ed1Copy full SHA for 1426ed1
CHANGELOG.md
README.md
@@ -1 +1,3 @@
1
-### AI21 Python SDK
+# AI21 Labs Python SDK
2
+
3
+This repository includes the SDK for the AI21 Labs API. The SDK is a Python package that can be installed using pip.
ai21/version.py
@@ -1 +1 @@
-VERSION = "1.1.0-rc.4"
+VERSION = "2.0.0-rc.1"
pyproject.toml
@@ -46,7 +46,7 @@ exclude_lines = [
46
47
[tool.poetry]
48
name = "ai21"
49
-version = "1.1.0-rc.4"
+version = "2.0.0-rc.1"
50
description = ""
51
authors = ["AI21 Labs"]
52
readme = "README.md"
0 commit comments