BUGFIX: Python 3.x compability

Changed xrange -> range
Also added some documentation and changed the version number.
This commit is contained in:
Tim Mahrt
2016-02-18 14:17:49 +01:00
parent 102e8a7488
commit 38ebc7f3f9
3 changed files with 14 additions and 8 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ Created on Oct 15, 2014
'''
from distutils.core import setup
setup(name='pysle',
version='1.0.0',
version='1.2.0',
author='Tim Mahrt',
author_email='timmahrt@gmail.com',
package_dir={'pysle':'pysle'},