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 2222copyright = f'2022-{ datetime .now ().year } , { author } '
2323
2424# The full version, including alpha/beta/rc tags
25- release = '4.17 .0'
25+ release = '4.18 .0'
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44
55[project ]
66name = " pyTelegramBotAPI"
7- version = " 4.17 .0"
7+ version = " 4.18 .0"
88description = " Python Telegram bot api."
99authors = [{
name =
" eternnoir" ,
email =
" [email protected] " }]
1010license = {text = " GPL2" }
Original file line number Diff line number Diff line change 11# Versions should comply with PEP440.
22# This line is parsed in setup.py:
3- __version__ = '4.17 .0'
3+ __version__ = '4.18 .0'
You can’t perform that action at this time.
0 commit comments