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

View File

@ -91,7 +91,7 @@ setup(
from LRF files (unencrypted books in the SONY BBeB format). A command line from LRF files (unencrypted books in the SONY BBeB format). A command line
interface to this is provided via the command lrf-meta. interface to this is provided via the command lrf-meta.
For SVN access: svn co https://svn.kovidgoyal.net/code/prs-500 For SVN access: svn co https://svn.kovidgoyal.net/code/libprs500
.. _SONY Portable Reader: http://Sony.com/reader .. _SONY Portable Reader: http://Sony.com/reader
.. _USB: http://www.usb.org .. _USB: http://www.usb.org

View File

@ -33,7 +33,7 @@ You may have to adjust the GROUP and the location of the rules file to
suit your distribution. suit your distribution.
""" """
__version__ = "0.3.10" __version__ = "0.3.11"
__docformat__ = "epytext" __docformat__ = "epytext"
__author__ = "Kovid Goyal <kovid@kovidgoyal.net>" __author__ = "Kovid Goyal <kovid@kovidgoyal.net>"

View File

@ -18,7 +18,6 @@ __author__ = "Kovid Goyal <kovid@kovidgoyal.net>"
APP_TITLE = "libprs500" APP_TITLE = "libprs500"
import pkg_resources, sys, os, re, StringIO, traceback import pkg_resources, sys, os, re, StringIO, traceback
from PyQt4 import QtCore, QtGui # Needed in globals() for import_ui
error_dialog = None error_dialog = None