From a8e62d7bb0100c061f7c6d9c4fbfeb42a78e73e8 Mon Sep 17 00:00:00 2001 From: Amr Hassan Date: Sun, 5 Apr 2009 03:55:32 +0000 Subject: [PATCH] * testing something... --- pylast.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'