telegram_libs 0.1.5__tar.gz → 0.1.6__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: telegram_libs
3
- Version: 0.1.5
3
+ Version: 0.1.6
4
4
  Summary: Common libraries for Telegram bots
5
5
  Author: Andrey Gritsaenko gricaenko.95a@gmail.com
6
6
  Requires-Python: >=3.11,<4.0
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "telegram_libs"
3
- version = "0.1.5"
3
+ version = "0.1.6"
4
4
  description = "Common libraries for Telegram bots"
5
5
  authors = ["Andrey Gritsaenko gricaenko.95a@gmail.com"]
6
6
  readme = "README.md"
@@ -2,4 +2,4 @@
2
2
  Telegram Libs - Common libraries for Telegram bots
3
3
  """
4
4
 
5
- __version__ = "0.1.5"
5
+ __version__ = "0.1.6"
@@ -42,6 +42,7 @@ async def more_bots_list_command(update: Update, context: ContextTypes.DEFAULT_T
42
42
  message = """Here is the list of all bots: \n\n
43
43
  - <a href="https://t.me/MagMediaBot">Remove Background</a>
44
44
  - <a href="https://t.me/UpscaleImageGBot">Upscale Image</a>
45
+ - <a href="https://t.me/GenerateBackgroundGBot">Generate a Background</a>
45
46
  - <a href="https://t.me/kudapoyti_go_bot">Recommend a place to visit</a>
46
47
  """
47
48
  await update.message.reply_text(message, disable_web_page_preview=True, parse_mode='HTML')
File without changes
File without changes