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 ff718cd commit f80b3bcCopy full SHA for f80b3bc
2 files changed
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "telegram-archive"
7
-version = "7.8.4"
+version = "7.8.5"
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.8.4"
+__version__ = "7.8.5"
0 commit comments