File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
copyright = f'2022-{ datetime .now ().year } , { author } '
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '4.26 .0'
25
+ release = '4.27 .0'
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
5
5
[project ]
6
6
name = " pyTelegramBotAPI"
7
- version = " 4.26 .0"
7
+ version = " 4.27 .0"
8
8
description = " Python Telegram bot api."
9
9
authors = [{
name =
" eternnoir" ,
email =
" [email protected] " }]
10
10
license = {text = " GPL2" }
Original file line number Diff line number Diff line change 1
1
# Versions should comply with PEP440.
2
2
# This line is parsed in setup.py:
3
- __version__ = '4.26 .0'
3
+ __version__ = '4.27 .0'
You can’t perform that action at this time.
0 commit comments