Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosplanchon committed Nov 11, 2019
1 parent b1677fd commit 965d4e3
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 @@ -14,7 +14,7 @@
"telegramgetbotip = telegramgetbotip.__main__:main"
]
},
version="0.1.2",
version="0.1.3",
license="GPL3",
description="Python3 telegram bot to retrieve public IP "
"of the Telegram bot's host machine.",
Expand All @@ -24,7 +24,7 @@
author_email="bubbledoloresuruguay2@gmail.com",
url="https://github.com/carlosplanchon/telegramgetbotip",
download_url="https://github.com/carlosplanchon/"
"telegramgetbotip/archive/v0.1.2.tar.gz",
"telegramgetbotip/archive/v0.1.3.tar.gz",
keywords=["telegram", "bot", "ip", "networking"],
install_requires=[
"telepot"
Expand Down

0 comments on commit 965d4e3

Please sign in to comment.