Bumped version number.
authorFredrik Tolf <fredrik@dolda2000.com>
Fri, 23 Dec 2011 06:15:51 +0000 (07:15 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Fri, 23 Dec 2011 06:15:51 +0000 (07:15 +0100)
setup.py

index 5245a5c..2d1048b 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -3,7 +3,7 @@
 from distutils.core import setup
 
 setup(name = "pdm",
-      version = "0.1",
+      version = "0.2",
       description = "Python daemon management library",
       author = "Fredrik Tolf",
       author_email = "fredrik@dolda2000.com",