From a610580d93fbecf301faa1963329edeb5c0ce704 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Wed, 3 Jun 2026 23:23:22 +0300 Subject: [PATCH] Bump version to 4.34.0 --- docs/source/conf.py | 2 +- pyproject.toml | 2 +- telebot/version.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ab5b4fb44..57a26b162 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ copyright = f'2022-{datetime.now().year}, {author}' # The full version, including alpha/beta/rc tags -release = '4.33.0' +release = '4.34.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index 22f735ecb..8e3f1acb4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "pyTelegramBotAPI" -version = "4.33.0" +version = "4.34.0" description = "Python Telegram bot API." authors = [{name = "eternnoir", email = "eternnoir@gmail.com"}] license = {text = "GPL2"} diff --git a/telebot/version.py b/telebot/version.py index 00526689f..4d8f956a4 100644 --- a/telebot/version.py +++ b/telebot/version.py @@ -1,3 +1,3 @@ # Versions should comply with PEP440. # This line is parsed in setup.py: -__version__ = '4.33.0' +__version__ = '4.34.0'