From d6978ae5971e2d2f334d74157fd070f946e8158b Mon Sep 17 00:00:00 2001 From: Adam Kamor Date: Wed, 13 Nov 2024 11:13:57 -0500 Subject: [PATCH] Updating version --- pyproject.toml | 2 +- tonic_textual/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8bb0cc3..e192e73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tonic-textual" -version = "2.7.3" +version = "3.0.0" description = "Wrappers around the Tonic Textual API" authors = ["Adam Kamor ", "Joe Ferrara ", "Ander Steele ", "Ethan Philpott ", "Lyon Van Voorhis ", "Kirill Medvedev ", "Travis Matthews "] license = "MIT" diff --git a/tonic_textual/__init__.py b/tonic_textual/__init__.py index 573a770..528787c 100644 --- a/tonic_textual/__init__.py +++ b/tonic_textual/__init__.py @@ -1 +1 @@ -__version__ = "2.7.3" +__version__ = "3.0.0"