From a63b32c7a7673ccfd24593ed69e57e43edfefb1b Mon Sep 17 00:00:00 2001 From: "D.B. Tsai" Date: Wed, 22 Aug 2012 21:39:55 -0700 Subject: Uploaded to PyPI using python-mimeparse as package name. --- mimeparse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mimeparse.py') diff --git a/mimeparse.py b/mimeparse.py index 075272d..9f9a2c1 100755 --- a/mimeparse.py +++ b/mimeparse.py @@ -19,7 +19,7 @@ Contents: """ from functools import reduce -__version__ = '0.1.3' +__version__ = '0.1.4.1' __author__ = 'Joe Gregorio' __email__ = 'joe@bitworking.org' __license__ = 'MIT License' -- cgit v1.2.1