From: Oleg Broytman Date: Tue, 1 May 2012 17:42:45 +0000 (+0000) Subject: Fixed version. X-Git-Tag: v2.3.2~72 X-Git-Url: https://git.phdru.name/?a=commitdiff_plain;ds=sidebyside;h=47586f2b33803bf4483ccdbba5f0c17bb6117366;p=mimedecode.git Fixed version. git-svn-id: file:///home/phd/archive/SVN/mimedecode@24 a778b35f-2f12-0410-a9f6-9b1356d76ba6 --- diff --git a/Makefile b/Makefile index 501efb6..d9ad697 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -VERSION=$(shell python -c "from mimedecode import _version; print _version") +VERSION=$(shell python -c "from mimedecode import __version__; print __version__") all: docs sdist diff --git a/mimedecode.py b/mimedecode.py index e6de8a3..dbf7820 100755 --- a/mimedecode.py +++ b/mimedecode.py @@ -2,7 +2,7 @@ """Decode MIME message""" -__version__ = "2.2.1" +__version__ = "2.1.1" __author__ = "Oleg Broytman " __copyright__ = "Copyright (C) 2001-2012 PhiloSoft Design" __license__ = "GNU GPL"