]> git.phdru.name Git - mimedecode.git/commitdiff
Fixed version.
authorOleg Broytman <phd@phdru.name>
Tue, 1 May 2012 17:42:45 +0000 (17:42 +0000)
committerOleg Broytman <phd@phdru.name>
Tue, 1 May 2012 17:42:45 +0000 (17:42 +0000)
git-svn-id: file:///home/phd/archive/SVN/mimedecode@24 a778b35f-2f12-0410-a9f6-9b1356d76ba6

Makefile
mimedecode.py

index 501efb64819e4fcb13faacf769609477b5db30cd..d9ad6972b84884445a64b3acbe5cb8536db2ca63 100644 (file)
--- 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
 
index e6de8a32138c0a82a5f0801cd2e3978c5a4dbc13..dbf7820fbe95a7f213e3289dd9707caf68b3dc56 100755 (executable)
@@ -2,7 +2,7 @@
 """Decode MIME message"""
 
 
-__version__ = "2.2.1"
+__version__ = "2.1.1"
 __author__ = "Oleg Broytman <phd@phdru.name>"
 __copyright__ = "Copyright (C) 2001-2012 PhiloSoft Design"
 __license__ = "GNU GPL"