Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfrankzhang committed May 10, 2020
1 parent 1667d9f commit 10afdef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
setup(
name = 'scikit-ExSTraCS',
packages = ['skExSTraCS'],
version = '1.0',
version = '1.0.1',
license='License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
description = 'ExSTraCS 2.0 Learning Classifier System',
long_description_content_type="text/markdown",
author = 'Robert Zhang, Ryan J. Urbanowicz',
author_email = 'robertzh@seas.upenn.edu,ryanurb@upenn.edu',
url = 'https://github.com/UrbsLab/scikit-ExSTraCS',
download_url = 'https://github.com/UrbsLab/scikit-ExSTraCS/archive/v_1.0.tar.gz',
download_url = 'https://github.com/UrbsLab/scikit-ExSTraCS/archive/v_1.0.1.tar.gz',
keywords = ['machine learning','data analysis','data science','learning classifier systems','xcs'],
install_requires=['numpy','pandas','scikit-learn'],
classifiers=[
Expand Down

0 comments on commit 10afdef

Please sign in to comment.