Skip to content

Commit 4a6ee60

Browse files
committed
v_1.0.8
1 parent 1513e23 commit 4a6ee60

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

setup.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
setup(
77
name = 'scikit-XCS',
88
packages = ['skXCS'],
9-
version = '1.0.7',
9+
version = '1.0.8',
1010
license='License :: OSI Approved :: GNU General Public License v3 (GPLv3)',
1111
description = 'XCS Learning Classifier System',
1212
long_description_content_type="text/markdown",
1313
author = 'Robert Zhang, Ryan J. Urbanowicz',
1414
1515
url = 'https://github.com/UrbsLab/scikit-XCS',
16-
download_url = 'https://github.com/UrbsLab/scikit-XCS/archive/v_1.0.7.tar.gz',
16+
download_url = 'https://github.com/UrbsLab/scikit-eLCS/archive/refs/tags/v_1.0.8.tar.gz',
1717
keywords = ['machine learning','data analysis','data science','learning classifier systems','xcs'],
1818
install_requires=['numpy','pandas','scikit-learn'],
1919
classifiers=[
@@ -30,4 +30,4 @@
3030
'Programming Language :: Python :: 3.7'
3131
],
3232
long_description=ld
33-
)
33+
)

0 commit comments

Comments
 (0)