summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDB Tsai <dbtsai@Mac-Pro.local>2016-02-02 00:00:22 -0800
committerDB Tsai <dbtsai@Mac-Pro.local>2016-02-02 00:00:22 -0800
commit5cc99617c1a4d4cb859a66f9e5fd140f2fcf4f9b (patch)
tree7a2b2dfee11fb0a99485204ac6da0333082bdb33
parent7f9ec54f5694dfe9ec1d826d975076d20bd8eb0d (diff)
downloadpython-mimeparse-5cc99617c1a4d4cb859a66f9e5fd140f2fcf4f9b.tar.gz
1.5.1
-rw-r--r--mimeparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mimeparse.py b/mimeparse.py
index 8ed2cad..1f06777 100644
--- a/mimeparse.py
+++ b/mimeparse.py
@@ -19,7 +19,7 @@ Contents:
"""
from functools import reduce
-__version__ = '1.5'
+__version__ = '1.5.1'
__author__ = 'Joe Gregorio'
__email__ = 'joe@bitworking.org'
__license__ = 'MIT License'