We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8f1a05c + 1648463 commit 21e0299Copy full SHA for 21e0299
2 files changed
mimeparse.py
@@ -19,7 +19,7 @@
19
"""
20
from functools import reduce
21
22
-__version__ = '0.1.4.1'
+__version__ = '1.5'
23
__author__ = 'Joe Gregorio'
24
__email__ = 'joe@bitworking.org'
25
__license__ = 'MIT License'
setup.py
@@ -13,7 +13,7 @@ def read(fname):
13
setup(
14
name="python-mimeparse",
15
py_modules=["mimeparse"],
16
- version=1.5,
+ version=mimeparse.__version__,
17
description=("A module provides basic functions for parsing mime-type "
18
"names and matching them against a list of media-ranges."),
author="DB Tsai",
0 commit comments