diff --git a/.build b/.build index 98d9bcb..573541a 100644 --- a/.build +++ b/.build @@ -1 +1 @@ -17 +0 diff --git a/pylast.py b/pylast.py index 43841df..f871b07 100644 --- a/pylast.py +++ b/pylast.py @@ -19,7 +19,7 @@ # # http://code.google.com/p/pylast/ -__version__ = '0.6' +__version__ = '1.0.0' __author__ = 'Amr Hassan' __copyright__ = "Copyright (C) 2008-2010 Amr Hassan" __license__ = "apache2" diff --git a/setup.py b/setup.py index ec77269..94e11f1 100755 --- a/setup.py +++ b/setup.py @@ -25,7 +25,7 @@ def get_build(): setup( name="pylast", - version="0.6." + get_build(), + version="1.0." + get_build(), author="Amr Hassan ", description="A Python interface to Last.fm (and other API compatible social networks)", author_email="amr.hassan@gmail.com",