From 17f3febbc3a2614741c79fcacd60fed5779f8c64 Mon Sep 17 00:00:00 2001 From: Stefanos Harhalakis Date: Thu, 20 Jan 2011 22:58:26 +0000 Subject: [PATCH] Ooops... that should be v1.0. --- setup.py | 2 +- src/config.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index fb2aac7..4ec6af6 100755 --- 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", diff --git a/src/config.py b/src/config.py index 9296037..50ae471 100755 --- a/src/config.py +++ b/src/config.py @@ -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 -- 1.7.9.5