* fixed: crashes when adding a job to Asynchronizer and starting it when it already started.

This commit is contained in:
Amr Hassan 2008-09-12 15:49:13 +00:00
parent ace8109ad7
commit 7e203ee5a2
3 changed files with 30 additions and 12 deletions

View file

@ -1,7 +1,7 @@
from distutils.core import setup
setup(name='pylast',
version='0.2b8',
version='0.2b9',
author='Amr Hassan',
long_description = 'Python bindings for the Last.fm API 2.0',
author_email='amr.hassan@gmail.com',