1
0
mirror of https://github.com/otter18/tg_logger.git synced 2025-06-18 21:47:37 +02:00

version 3.2-beta

This commit is contained in:
ChernV
2021-11-06 18:01:10 +03:00
parent 66d5c20105
commit 91e2d68f86
3 changed files with 41 additions and 23 deletions

View File

@ -2,7 +2,7 @@ from setuptools import setup, find_packages
setup(
name="tg_logger",
version="3.1",
version="3.2",
description="A tool to bridge python logging and user files to telegram bot",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",