v0.9.2
authorStefanos Harhalakis <v13@v13.gr>
Fri, 14 Jan 2011 15:05:31 +0000 (15:05 +0000)
committerStefanos Harhalakis <v13@v13.gr>
Fri, 14 Jan 2011 15:05:31 +0000 (15:05 +0000)
setup.py
src/config.py

index 0962c8c..7439da1 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ from distutils.core import setup
 
 setup(
     name='drlaunch',
-    version="0.9.1",
+    version="0.9.2",
     description="DrLaunch",
     author="Stefanos Harhalakis",
     author_email="v13@v13.gr",
index 7ddf67c..e949154 100755 (executable)
@@ -25,7 +25,7 @@ __version__ = "$Id: 0.py 2265 2010-02-21 19:16:26Z v13 $"
 import os
 import pickle
 
-version = "0.9.1"
+version = "0.9.2"
 
 try:
     from glib import get_user_config_dir