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