diff --git a/libprs500/__init__.py b/libprs500/__init__.py index 177b6e348c..f18bf7659b 100644 --- a/libprs500/__init__.py +++ b/libprs500/__init__.py @@ -37,6 +37,6 @@ the following rule in C{/etc/udev/rules.d/90-local.rules} :: You may have to adjust the GROUP and the location of the rules file to suit your distribution. """ -__version__ = "0.3.0a6" +__version__ = "0.3.0b2" __docformat__ = "epytext" __author__ = "Kovid Goyal " diff --git a/libprs500/gui/main.py b/libprs500/gui/main.py index 165d946721..d17c7987cc 100644 --- a/libprs500/gui/main.py +++ b/libprs500/gui/main.py @@ -40,7 +40,8 @@ from editbook import EditBookDialog DEFAULT_BOOK_COVER = None LIBRARY_BOOK_TEMPLATE = QString(" \ -
Formats: %1 \ Tags: %2
Comments: %3
") + Comments: %3\ + ") DEVICE_BOOK_TEMPLATE = QString("\ \ diff --git a/setup.py b/setup.py index 816ab64695..6f6f6335ee 100644 --- a/setup.py +++ b/setup.py @@ -83,7 +83,7 @@ setup( """, license = 'GPL', classifiers = [ - 'Development Status :: 2 - Pre-Alpha', + 'Development Status :: 3 - Alpha', 'Environment :: Console', 'Environment :: X11 Applications :: Qt', 'Intended Audience :: Developers',
Title: %1 \  Size: %2
Author: %3