diff options
Diffstat (limited to 'mimeparse.py')
-rw-r--r-- | mimeparse.py | 2 |
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' |