Ooops... that should be v1.0.
authorStefanos Harhalakis <v13@v13.gr>
Thu, 20 Jan 2011 22:58:26 +0000 (22:58 +0000)
committerStefanos Harhalakis <v13@v13.gr>
Thu, 20 Jan 2011 22:58:26 +0000 (22:58 +0000)
setup.py
src/config.py

index fb2aac7..4ec6af6 100755 (executable)
--- a/setup.py
+++ b/setup.py
@@ -24,7 +24,7 @@ from distutils.core import setup
 
 setup(
     name='drlaunch',
-    version="1.1"
+    version="1.0",
     description="DrLaunch",
     author="Stefanos Harhalakis",
     author_email="v13@v13.gr",
index 9296037..50ae471 100755 (executable)
@@ -25,7 +25,7 @@ __version__ = "$Id: 0.py 2265 2010-02-21 19:16:26Z v13 $"
 import os
 import pickle
 
-version = "1.1"
+version = "1.0"
 
 try:
     from glib import get_user_config_dir