From 3dc9383f4a5119bb6e71ee870bd1f0ca3ed4b92b Mon Sep 17 00:00:00 2001 From: Vytautas Liuolia Date: Sun, 25 Aug 2024 15:22:34 +0200 Subject: [PATCH] chore: prepare 2.0 stable (#51) * chore: prepare 2.0 stable --- mimeparse.py | 2 +- pyproject.toml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/mimeparse.py b/mimeparse.py index 652b0e7..4bc95b8 100644 --- a/mimeparse.py +++ b/mimeparse.py @@ -1,4 +1,4 @@ -__version__ = '2.0.0rc1' +__version__ = '2.0.0' __author__ = 'Joe Gregorio' __email__ = 'joe@bitworking.org' __license__ = 'MIT License' diff --git a/pyproject.toml b/pyproject.toml index 0d0e0e2..44e951a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,6 +14,7 @@ requires-python = ">=3.8" description = "A module provides basic functions for parsing mime-type names and matching them against a list of media-ranges." license = {text = "MIT"} authors = [ + {name = "Joe Gregorio", email = "joe@bitworking.org"}, {name = "DB Tsai", email = "dbtsai@dbtsai.com"}, ] maintainers = [