Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
robertfrankzhang committed Feb 11, 2021
1 parent 4451f93 commit 32ec8a4
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-eLCS',
packages = ['skeLCS'],
version = '1.2.2',
version = '1.2.3',
license='License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
description = 'Educational 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-eLCS',
download_url = 'https://github.com/UrbsLab/scikit-eLCS/archive/v_1.2.2.tar.gz',
download_url = 'https://github.com/UrbsLab/scikit-eLCS/archive/v_1.2.3.tar.gz',
keywords = ['machine learning','data analysis','data science','learning classifier systems'],
install_requires=['numpy','pandas','scikit-learn'],
classifiers=[
Expand Down

0 comments on commit 32ec8a4

Please sign in to comment.