]> git.phdru.name Git - mimedecode.git/blobdiff - Makefile
Fixed version.
[mimedecode.git] / Makefile
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