Skip to content

Commit

Permalink
fix github action for publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
schmidtdominik committed Apr 29, 2024
1 parent 0e70773 commit 353c774
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

setup(
name="aideml",
version="0.1.3",
version="0.1.4",
author="Weco AI",
author_email="[email protected]",
description="Autonomous AI for Data Science and Machine Learning",
Expand All @@ -18,6 +18,7 @@
packages=find_packages(),
package_data={
"aide": [
"../requirements.txt",
"utils/config.yaml",
"utils/viz_templates/*",
"example_tasks/bitcoin_price/*",
Expand Down

0 comments on commit 353c774

Please sign in to comment.