X-Git-Url: http://dolda2000.com/gitweb/?a=blobdiff_plain;f=setup.py;h=adc974ece8d3c27efe30eb7673257ea70b5a1daf;hb=refs%2Fheads%2Fpython2;hp=9fd505bd2605d34514993084b9d68aec7de707a8;hpb=6da1155c52905bf3432a9f48cbde350528232282;p=pdm.git diff --git a/setup.py b/setup.py index 9fd505b..adc974e 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from distutils.core import setup setup(name = "pdm", - version = "0.2", + version = "0.3", description = "Python daemon management library", author = "Fredrik Tolf", author_email = "fredrik@dolda2000.com",