From 43cc2036545964a47e8a1779e02f113d3a9a55c9 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Mon, 2 Jan 2023 18:00:20 +0300 Subject: [PATCH] Bump version to 4.9/0 --- docs/source/conf.py | 2 +- telebot/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index 360e2a4e2..e4107399e 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -22,7 +22,7 @@ author = 'coder2020official' # The full version, including alpha/beta/rc tags -release = '4.8.0' +release = '4.9.0' # -- General configuration --------------------------------------------------- diff --git a/telebot/version.py b/telebot/version.py index c757e00e6..1e28db82b 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.8.0' +__version__ = '4.9.0'