version bump

This commit is contained in:
Kovid Goyal
2007-04-16 17:26:18 +00:00
parent 7c0447b11f
commit 2db0069b89
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ You may have to adjust the GROUP and the location of the rules file to
suit your distribution.
"""
__version__ = "0.3.10"
__version__ = "0.3.11"
__docformat__ = "epytext"
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
-1
View File
@@ -18,7 +18,6 @@ __author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
APP_TITLE = "libprs500"
import pkg_resources, sys, os, re, StringIO, traceback
from PyQt4 import QtCore, QtGui # Needed in globals() for import_ui
error_dialog = None