From 5cc99617c1a4d4cb859a66f9e5fd140f2fcf4f9b Mon Sep 17 00:00:00 2001 From: DB Tsai Date: Tue, 2 Feb 2016 00:00:22 -0800 Subject: 1.5.1 --- mimeparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.1