From d0bb75f3869a4cf0f0d664de8bef0bb722e8e3f7 Mon Sep 17 00:00:00 2001 From: Viacheslav Butorov Date: Wed, 8 May 2024 01:25:04 +0200 Subject: [PATCH] Bump version. --- sentry_telegram/__init__.py | 2 +- setup.py | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/sentry_telegram/__init__.py b/sentry_telegram/__init__.py index f9a6559..470e6d9 100644 --- a/sentry_telegram/__init__.py +++ b/sentry_telegram/__init__.py @@ -4,4 +4,4 @@ """ -__version__ = '0.4.2' +__version__ = '0.5.0' diff --git a/setup.py b/setup.py index e036099..d3fb2c8 100644 --- a/setup.py +++ b/setup.py @@ -33,10 +33,7 @@ 'License :: OSI Approved :: MIT License', 'Operating System :: OS Independent', 'Programming Language :: Python', - 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.7', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: Implementation :: CPython', 'Topic :: Software Development :: Bug Tracking', 'Topic :: Software Development :: Quality Assurance',