From cc66740c6e46b85ac55e989fd4883d5697e15c35 Mon Sep 17 00:00:00 2001 From: Stefan Wojcik Date: Tue, 26 Apr 2016 09:55:44 -0700 Subject: 1.5.2 --- mimeparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- cgit v1.2.1