Skip to content

Commit

Permalink
chore: fix version of telegram bot
Browse files Browse the repository at this point in the history
  • Loading branch information
diegorubin committed Jun 12, 2023
1 parent ffc9587 commit 5b87fa5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="lifeguard-telegram",
version="1.1.1",
version="1.1.2",
url="https://github.com/LifeguardSystem/lifeguard-telegram",
author="Diego Rubin",
author_email="[email protected]",
Expand All @@ -16,7 +16,7 @@
description="Lifeguard integration with Telegram",
long_description=long_description,
long_description_content_type="text/markdown",
install_requires=["lifeguard", "python-telegram-bot", "telepot"],
install_requires=["lifeguard", "python-telegram-bot==13.1", "telepot"],
classifiers=[
"Development Status :: 5 - Production/Stable",
"Environment :: Plugins",
Expand Down

0 comments on commit 5b87fa5

Please sign in to comment.