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 29984c3 commit 8a88cb1Copy full SHA for 8a88cb1
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "telegram-archive"
7
-version = "7.7.1"
+version = "7.7.2"
8
description = "Automated Telegram backup with Docker. Performs incremental backups of messages and media on a configurable schedule."
9
readme = "README.md"
10
requires-python = ">=3.14"
src/__init__.py
@@ -2,4 +2,4 @@
2
Telegram Backup Automation - Main Package
3
"""
-__version__ = "7.7.1"
+__version__ = "7.7.2"
0 commit comments