Commit
·
353c774
1
Parent(s):
0e70773
fix github action for publishing
Browse files
setup.py
CHANGED
@@ -8,7 +8,7 @@ with open("requirements.txt", "r") as f:
|
|
8 |
|
9 |
setup(
|
10 |
name="aideml",
|
11 |
-
version="0.1.
|
12 |
author="Weco AI",
|
13 |
author_email="[email protected]",
|
14 |
description="Autonomous AI for Data Science and Machine Learning",
|
@@ -18,6 +18,7 @@ setup(
|
|
18 |
packages=find_packages(),
|
19 |
package_data={
|
20 |
"aide": [
|
|
|
21 |
"utils/config.yaml",
|
22 |
"utils/viz_templates/*",
|
23 |
"example_tasks/bitcoin_price/*",
|
|
|
8 |
|
9 |
setup(
|
10 |
name="aideml",
|
11 |
+
version="0.1.4",
|
12 |
author="Weco AI",
|
13 |
author_email="[email protected]",
|
14 |
description="Autonomous AI for Data Science and Machine Learning",
|
|
|
18 |
packages=find_packages(),
|
19 |
package_data={
|
20 |
"aide": [
|
21 |
+
"../requirements.txt",
|
22 |
"utils/config.yaml",
|
23 |
"utils/viz_templates/*",
|
24 |
"example_tasks/bitcoin_price/*",
|