Skip to content

Commit 3dc9383

Browse files
authored
chore: prepare 2.0 stable (#51)
* chore: prepare 2.0 stable
1 parent de7d4de commit 3dc9383

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

mimeparse.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = '2.0.0rc1'
1+
__version__ = '2.0.0'
22
__author__ = 'Joe Gregorio'
33
__email__ = 'joe@bitworking.org'
44
__license__ = 'MIT License'

pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ requires-python = ">=3.8"
1414
description = "A module provides basic functions for parsing mime-type names and matching them against a list of media-ranges."
1515
license = {text = "MIT"}
1616
authors = [
17+
{name = "Joe Gregorio", email = "joe@bitworking.org"},
1718
{name = "DB Tsai", email = "dbtsai@dbtsai.com"},
1819
]
1920
maintainers = [

0 commit comments

Comments
 (0)