summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Wojcik <wojcikstefan@gmail.com>2016-04-26 09:55:44 -0700
committerStefan Wojcik <wojcikstefan@gmail.com>2016-04-26 09:55:44 -0700
commitcc66740c6e46b85ac55e989fd4883d5697e15c35 (patch)
treee82d3135904082719cfa12274b37e42976c93289
parent40e441782286b62caf521892af6b6e83021b5898 (diff)
downloadpython-mimeparse-cc66740c6e46b85ac55e989fd4883d5697e15c35.tar.gz
1.5.2
-rw-r--r--mimeparse.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mimeparse.py b/mimeparse.py
index 8cdb6e2..6c83bcd 100644
--- a/mimeparse.py
+++ b/mimeparse.py
@@ -19,7 +19,7 @@ Contents:
"""
from functools import reduce
-__version__ = '1.5.1'
+__version__ = '1.5.2'
__author__ = 'Joe Gregorio'
__email__ = 'joe@bitworking.org'
__license__ = 'MIT License'