Handle subscribed callbacks unregistering themselves.
[pdm.git] / setup.py
index 7a55956..96a5d22 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -2,12 +2,12 @@
 
 from distutils.core import setup
 
-setup(name = "pdm",
-      version = "0.1",
+setup(name = "pdm3",
+      version = "0.3",
       description = "Python daemon management library",
       author = "Fredrik Tolf",
       author_email = "fredrik@dolda2000.com",
-      url = "http://www.dolda2000.com/~fredrik/pdm/",
+      url = "http://www.dolda2000.com/~fredrik/pdm/",
       packages = ["pdm"],
       scripts = ["pdm-repl"],
       license = "GPL-3")