From 2d9fa83f4e472e8c21592191360dbdbba415a6b7 Mon Sep 17 00:00:00 2001 From: Peter Opatril Date: Sat, 20 Nov 2021 15:23:51 +0100 Subject: [PATCH] chore: release --- mattermost_dl/__init__.py | 2 +- setup.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mattermost_dl/__init__.py b/mattermost_dl/__init__.py index e4e49b3..1f356cc 100644 --- a/mattermost_dl/__init__.py +++ b/mattermost_dl/__init__.py @@ -1 +1 @@ -__version__ = '0.9.0' +__version__ = '1.0.0' diff --git a/setup.cfg b/setup.cfg index e9d327a..957b771 100644 --- a/setup.cfg +++ b/setup.cfg @@ -8,7 +8,7 @@ long_description_content_type = test/markdown license = GNU GPL v3 license_file = LICENSE.txt keywords = mattermost, history, backup -# url = TODO github link here +url = https://github.com/OpatrilPeter/mattermost-dl platform = any [options] @@ -19,7 +19,7 @@ install_requires = requests toml classifiers = - Development Status :: 3 - Alpha + Development Status :: 4 - Beta License :: OSI Approved :: GNU General Public License v3 (GPLv3) Programming Language :: Python :: 3.7 Topic :: Communications :: Chat