We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7d4de commit 3dc9383Copy full SHA for 3dc9383
mimeparse.py
@@ -1,4 +1,4 @@
1
-__version__ = '2.0.0rc1'
+__version__ = '2.0.0'
2
__author__ = 'Joe Gregorio'
3
__email__ = 'joe@bitworking.org'
4
__license__ = 'MIT License'
pyproject.toml
@@ -14,6 +14,7 @@ requires-python = ">=3.8"
14
description = "A module provides basic functions for parsing mime-type names and matching them against a list of media-ranges."
15
license = {text = "MIT"}
16
authors = [
17
+ {name = "Joe Gregorio", email = "joe@bitworking.org"},
18
{name = "DB Tsai", email = "dbtsai@dbtsai.com"},
19
]
20
maintainers = [
0 commit comments