From 1b0e41f50884991433040ccf9cda2747b1c4e6f0 Mon Sep 17 00:00:00 2001 From: Adam Kamor Date: Thu, 21 Nov 2024 08:36:38 -0500 Subject: [PATCH] update 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 e192e73..64916d4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "tonic-textual" -version = "3.0.0" +version = "3.0.1" 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 528787c..0552768 100644 --- a/tonic_textual/__init__.py +++ b/tonic_textual/__init__.py @@ -1 +1 @@ -__version__ = "3.0.0" +__version__ = "3.0.1"