X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=Makefile;h=d9ad6972b84884445a64b3acbe5cb8536db2ca63;hb=47586f2b33803bf4483ccdbba5f0c17bb6117366;hp=501efb64819e4fcb13faacf769609477b5db30cd;hpb=6177459a3541bbba6610520f10abee8c4f574d55;p=mimedecode.git 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