Version bump, fix setup.py, which was previously broken because excludes
was not a tuple, so each character was being excluded and thus pylast the package was being excluded.
This commit is contained in:
parent
df75cf2aa2
commit
3f9137a700
2 changed files with 4 additions and 4 deletions
|
@ -20,7 +20,7 @@
|
|||
#
|
||||
# http://code.google.com/p/pylast/
|
||||
|
||||
__version__ = '1.0.0'
|
||||
__version__ = '1.0.1'
|
||||
__author__ = 'Amr Hassan, hugovk'
|
||||
__copyright__ = "Copyright (C) 2008-2010 Amr Hassan, 2013-2014 hugovk"
|
||||
__license__ = "apache2"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue