diff --git a/docs/source/conf.py b/docs/source/conf.py index 9f558c6..e962ae3 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -16,14 +16,13 @@ # -- Project information ----------------------------------------------------- -import telebot project = 'pyTelegramBotAPI' copyright = '2022, coder2020official' author = 'coder2020official' # The full version, including alpha/beta/rc tags -release = telebot.__version__ +release = '4.4.0' # -- General configuration --------------------------------------------------- @@ -32,7 +31,6 @@ release = telebot.__version__ # extensions coming with Sphinx (named 'sphinx.ext.*') or your custom # ones. extensions = [ - 'sphinx_rtd_theme', 'sphinx.ext.autosectionlabel', 'sphinx.ext.autodoc', "sphinx.ext.autosummary", diff --git a/telebot/__init__.py b/telebot/__init__.py index afa4e09..312cb94 100644 --- a/telebot/__init__.py +++ b/telebot/__init__.py @@ -46,8 +46,6 @@ REPLY_MARKUP_TYPES = Union[ Module : telebot """ -__version__ = '4.4.0' - class Handler: """