From dda17c246919b0bb7c6238455751da81d5e42ab3 Mon Sep 17 00:00:00 2001 From: missytake Date: Wed, 3 Apr 2024 14:47:04 +0200 Subject: [PATCH] updated version to 1.0.0 --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 0eb812c..77db010 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] -name = team-bot -version = 0.0.1 +name = team_bot +version = 1.0.0 author = missytake author_email = missytake@systemli.org description = This bot connects your team to the outside and makes it addressable. @@ -11,7 +11,7 @@ project_urls = Bug Tracker = https://github.com/deltachat-bot/team-bot/issues classifiers = Programming Language :: Python :: 3 - License :: OSI Approved :: ISC License (ISCL) + License :: OSI Approved :: MIT License Operating System :: OS Independent [options]