Skip to content

Commit

Permalink
prevented warnings and rename variable
Browse files Browse the repository at this point in the history
  • Loading branch information
g0bel1n committed Apr 12, 2022
1 parent 8b131e1 commit d030acc
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 @@ -2,7 +2,7 @@

setup(
name='TinyAutoML',
version='0.2.2.6',
version='0.2.2.7',
packages=['TinyAutoML', 'TinyAutoML.Preprocessing', 'TinyAutoML.constants', 'TinyAutoML.Models', 'TinyAutoML.support'],
url='https://github.com/g0bel1n/TinyAutoML',
license='MIT',
Expand All @@ -16,7 +16,7 @@
'matplotlib',
'xgboost'],
description='Combinaison of ML models for binary classification. Academic Project.',
download_url = 'https://github.com/g0bel1n/TinyAutoML/archive/refs/tags/v0.2.2.6.tar.gz',
download_url = 'https://github.com/g0bel1n/TinyAutoML/archive/refs/tags/v0.2.2.7.tar.gz',
classifiers=[
'Development Status :: 4 - Beta',
'License :: OSI Approved :: MIT License',
Expand Down

0 comments on commit d030acc

Please sign in to comment.