We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97b09d7 commit 45c8866Copy full SHA for 45c8866
2 files changed
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "telegram-multi-account-sender"
3
-version = "1.2.3"
+version = "1.2.6"
4
description = "Professional-grade desktop application for managing and sending messages across multiple Telegram accounts"
5
readme = "README.md"
6
license = {text = "BSD 3-Clause License"}
setup.py
@@ -16,7 +16,7 @@
16
requirements = [line.strip() for line in f if line.strip() and not line.startswith("#")]
17
18
# Read version
19
20
21
setup(
22
name="telegram-multi-account-sender",
0 commit comments