We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 14b5b8b + 8335648 commit fce0078Copy full SHA for fce0078
3 files changed
docs/source/conf.py
@@ -22,7 +22,7 @@
22
copyright = f'2022-{datetime.now().year}, {author}'
23
24
# The full version, including alpha/beta/rc tags
25
-release = '4.29.0'
+release = '4.29.1'
26
27
28
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "pyTelegramBotAPI"
7
-version = "4.29.0"
+version = "4.29.1"
8
description = "Python Telegram bot API."
9
authors = [{name = "eternnoir", email = "eternnoir@gmail.com"}]
10
license = {text = "GPL2"}
telebot/version.py
@@ -1,3 +1,3 @@
1
# Versions should comply with PEP440.
2
# This line is parsed in setup.py:
3
-__version__ = '4.29.0'
+__version__ = '4.29.1'
0 commit comments