From d9148ac382ab0949629a6cbc8dc75a6fb723647f Mon Sep 17 00:00:00 2001 From: Amr Hassan Date: Sun, 5 Apr 2009 04:11:52 +0000 Subject: [PATCH] * testing something... --- pylast.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pylast.py b/pylast.py index d8d5e1a..56a17d2 100644 --- a/pylast.py +++ b/pylast.py @@ -21,8 +21,8 @@ # http://code.google.com/p/pylast/ __name__ = 'pylast' -__version__ = '0.3' -__revision__ = "$Id$" +__version__ = '0.3.3' +__revision__ = "$Revision$" __doc__ = 'A Python interface to Last.fm' __author__ = 'Amr Hassan' __copyright__ = "Copyright (C) 2008-2009 Amr Hassan"