Skip to content

Commit 3987372

Browse files
authored
Merge pull request #2428 from Badiboy/master
Bump version
2 parents cf26fc2 + beef0e6 commit 3987372

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/source/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
copyright = f'2022-{datetime.now().year}, {author}'
2323

2424
# The full version, including alpha/beta/rc tags
25-
release = '4.24.0'
25+
release = '4.25.0'
2626

2727

2828
# -- General configuration ---------------------------------------------------

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "pyTelegramBotAPI"
7-
version = "4.24.0"
7+
version = "4.25.0"
88
description = "Python Telegram bot api."
99
authors = [{name = "eternnoir", email = "[email protected]"}]
1010
license = {text = "GPL2"}

telebot/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Versions should comply with PEP440.
22
# This line is parsed in setup.py:
3-
__version__ = '4.24.0'
3+
__version__ = '4.25.0'

0 commit comments

Comments
 (0)