diff --git a/pylast.py b/pylast.py index 038ae8b..d8d5e1a 100644 --- a/pylast.py +++ b/pylast.py @@ -21,9 +21,12 @@ # http://code.google.com/p/pylast/ __name__ = 'pylast' -__version__ = '0.3.2' +__version__ = '0.3' +__revision__ = "$Id$" __doc__ = 'A Python interface to Last.fm' __author__ = 'Amr Hassan' +__copyright__ = "Copyright (C) 2008-2009 Amr Hassan" +__license__ = "gpl" __email__ = 'amr.hassan@gmail.com'