Skip to content

Commit 1426ed1

Browse files
authored
feat!: Bump 2 rc version (#13)
* docs: changelog * docs: added text * fix: verison
1 parent f696102 commit 1426ed1

File tree

4 files changed

+5
-232
lines changed

4 files changed

+5
-232
lines changed

CHANGELOG.md

Lines changed: 0 additions & 229 deletions
This file was deleted.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
1-
### AI21 Python SDK
1+
# 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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.1.0-rc.4"
1+
VERSION = "2.0.0-rc.1"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ exclude_lines = [
4646

4747
[tool.poetry]
4848
name = "ai21"
49-
version = "1.1.0-rc.4"
49+
version = "2.0.0-rc.1"
5050
description = ""
5151
authors = ["AI21 Labs"]
5252
readme = "README.md"

0 commit comments

Comments
 (0)