From 640f3982622e9950a9ca472e39122568c1cf3834 Mon Sep 17 00:00:00 2001 From: Badiboy Date: Fri, 20 Nov 2020 23:49:55 +0300 Subject: [PATCH] Version 3.7.4 release --- README.md | 2 +- telebot/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78939e5..3e3d109 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ ## Getting started. -This API is tested with Python Python 3.6-3.8 and Pypy 3. +This API is tested with Python Python 3.6-3.9 and Pypy 3. There are two ways to install the library: * Installation using pip (a Python package manager)*: diff --git a/telebot/version.py b/telebot/version.py index 92aad92..35ac633 100644 --- a/telebot/version.py +++ b/telebot/version.py @@ -1,3 +1,3 @@ # Versions should comply with PEP440. # This line is parsed in setup.py: -__version__ = '3.7.3' +__version__ = '3.7.4'