Skip to content

Commit

Permalink
🐛 fix:
Browse files Browse the repository at this point in the history
  • Loading branch information
huangyz0918 committed Jun 4, 2024
1 parent 8e36a02 commit f7039af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1 +1 @@
include agent/templates/*.yml
include agent/hub/*.yml
2 changes: 1 addition & 1 deletion agent/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
# 'X.Y.dev0' is the canonical version of 'X.Y.dev'
#

__version__ = '0.1.2'
__version__ = '0.1.3'
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ def readme():
keywords=['LLM', 'deep learning', 'MLOps', 'shell', 'neural networks'],
packages=find_packages(),
package_data={
'data': ['agent/hub/cloud.yml', 'agent/hub/data.yml', 'agent/hub/plan.yml', 'agent/hub/task.yml']
'metadata': ['agent/hub/*.yml']
},
entry_points={
"console_scripts": [
Expand Down

0 comments on commit f7039af

Please sign in to comment.