Skip to content

Commit a7c2001

Browse files
committed
fix dir
1 parent 7f41062 commit a7c2001

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
@@ -2,8 +2,8 @@
22

33
setup(
44
name="TinyAutoML",
5-
version="0.2.3.6",
6-
packages= find_packages(exclude=["test"]),
5+
version="0.2.4",
6+
packages=find_packages(exclude=["test"]),
77
url="https://github.com/g0bel1n/TinyAutoML",
88
license="MIT",
99
author="g0bel1n",
@@ -18,7 +18,7 @@
1818
"xgboost",
1919
],
2020
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",
21+
download_url="https://github.com/g0bel1n/TinyAutoML/archive/refs/tags/v0.2.4.tar.gz",
2222
classifiers=[
2323
"Development Status :: 4 - Beta",
2424
"License :: OSI Approved :: MIT License",

0 commit comments

Comments
 (0)