We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cf26fc2 + beef0e6 commit 3987372Copy full SHA for 3987372
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.24.0'
+release = '4.25.0'
26
27
28
# -- General configuration ---------------------------------------------------
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "pyTelegramBotAPI"
7
-version = "4.24.0"
+version = "4.25.0"
8
description = "Python Telegram bot api."
9
authors = [{name = "eternnoir", email = "[email protected]"}]
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.24.0'
+__version__ = '4.25.0'
0 commit comments