diff --git a/docs/source/conf.py b/docs/source/conf.py index 4dcffc212..514d9dad4 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.28.0' +release = '4.29.0' # -- General configuration --------------------------------------------------- diff --git a/pyproject.toml b/pyproject.toml index c46727508..5271bfa16 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,8 +4,8 @@ build-backend = "hatchling.build" [project] name = "pyTelegramBotAPI" -version = "4.28.0" -description = "Python Telegram bot api." +version = "4.29.0" +description = "Python Telegram bot API." authors = [{name = "eternnoir", email = "eternnoir@gmail.com"}] license = {text = "GPL2"} readme = "README.md" diff --git a/telebot/version.py b/telebot/version.py index c2bb2a64b..e4d2a2e0c 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.28.0' +__version__ = '4.29.0'