Create explicit python2 branch as a child of python3.
[pdm.git] / setup.py
index eb07e39..adc974e 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -1,9 +1,9 @@
-#!/usr/bin/python3
+#!/usr/bin/python
 
 from distutils.core import setup
 
-setup(name = "pdm3",
-      version = "0.2",
+setup(name = "pdm",
+      version = "0.3",
       description = "Python daemon management library",
       author = "Fredrik Tolf",
       author_email = "fredrik@dolda2000.com",