Merge branch 'master' into python3
[pdm.git] / setup.py
index eb07e39..96a5d22 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name = "pdm3",
-      version = "0.2",
+      version = "0.3",
       description = "Python daemon management library",
       author = "Fredrik Tolf",
       author_email = "fredrik@dolda2000.com",