Skip to content

Commit 2e2e261

Browse files
authored
Upgrade to 3.20.0 in toml and ini (#114)
* Update pyproject.toml * Update __init__.py
1 parent b7353da commit 2e2e261

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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 = "tonic-textual"
3-
version = "3.19.0"
3+
version = "3.20.0"
44
description = "Wrappers around the Tonic Textual API"
55
authors = ["Adam Kamor <adam@tonic.ai>", "Joe Ferrara <joeferrara@tonic.ai>", "Ander Steele <ander@tonic.ai>", "Ethan Philpott <ephilpott@tonic.ai>", "Lyon Van Voorhis <lyon@tonic.ai>", "Kirill Medvedev <kirill@tonic.ai>", "Travis Matthews <travis@tonic.ai>"]
66
license = "MIT"

tonic_textual/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "3.19.0"
1+
__version__ = "3.20.0"

0 commit comments

Comments
 (0)