We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f41062 commit a7c2001Copy full SHA for a7c2001
setup.py
@@ -2,8 +2,8 @@
2
3
setup(
4
name="TinyAutoML",
5
- version="0.2.3.6",
6
- packages= find_packages(exclude=["test"]),
+ version="0.2.4",
+ packages=find_packages(exclude=["test"]),
7
url="https://github.com/g0bel1n/TinyAutoML",
8
license="MIT",
9
author="g0bel1n",
@@ -18,7 +18,7 @@
18
"xgboost",
19
],
20
description="Combinaison of ML models for binary classification. Academic Project.",
21
- download_url="https://github.com/g0bel1n/TinyAutoML/archive/refs/tags/v0.2.3.6.tar.gz",
+ download_url="https://github.com/g0bel1n/TinyAutoML/archive/refs/tags/v0.2.4.tar.gz",
22
classifiers=[
23
"Development Status :: 4 - Beta",
24
"License :: OSI Approved :: MIT License",
0 commit comments