Bump version to 1.0.0
This commit is contained in:
parent
f5c8ad3d7d
commit
1e3551e611
|
@ -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"
|
||||
|
|
2
setup.py
2
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 <amr.hassan@gmail.com>",
|
||||
description="A Python interface to Last.fm (and other API compatible social networks)",
|
||||
author_email="amr.hassan@gmail.com",
|
||||
|
|
Loading…
Reference in a new issue