From 033481a2697b7665a8e7c397bf81c6f5ce16bf95 Mon Sep 17 00:00:00 2001 From: adrunkhuman <16039109+adrunkhuman@users.noreply.github.com> Date: Fri, 22 May 2026 00:25:22 +0200 Subject: [PATCH] chore: bump version to 3.0.0 --- pyproject.toml | 2 +- uv.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 5129007..bc5799d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "typerbot" -version = "2.0.0" +version = "3.0.0" description = "TyperBot - Discord bot for football predictions" requires-python = ">=3.13" authors = [ diff --git a/uv.lock b/uv.lock index aee56a0..06515b7 100644 --- a/uv.lock +++ b/uv.lock @@ -576,7 +576,7 @@ wheels = [ [[package]] name = "typerbot" -version = "2.0.0" +version = "3.0.0" source = { editable = "." } dependencies = [ { name = "aiosqlite" },