Bump version to 1.0.0

This commit is contained in:
hugovk 2014-07-29 17:43:44 +03:00
parent f5c8ad3d7d
commit 1e3551e611
3 changed files with 3 additions and 3 deletions

2
.build
View file

@ -1 +1 @@
17 0

View file

@ -19,7 +19,7 @@
# #
# http://code.google.com/p/pylast/ # http://code.google.com/p/pylast/
__version__ = '0.6' __version__ = '1.0.0'
__author__ = 'Amr Hassan' __author__ = 'Amr Hassan'
__copyright__ = "Copyright (C) 2008-2010 Amr Hassan" __copyright__ = "Copyright (C) 2008-2010 Amr Hassan"
__license__ = "apache2" __license__ = "apache2"

View file

@ -25,7 +25,7 @@ def get_build():
setup( setup(
name="pylast", name="pylast",
version="0.6." + get_build(), version="1.0." + get_build(),
author="Amr Hassan <amr.hassan@gmail.com>", author="Amr Hassan <amr.hassan@gmail.com>",
description="A Python interface to Last.fm (and other API compatible social networks)", description="A Python interface to Last.fm (and other API compatible social networks)",
author_email="amr.hassan@gmail.com", author_email="amr.hassan@gmail.com",