Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
fix: use new version of dame 5.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mosoriob committed Jun 2, 2020
1 parent c570ffe commit 10e3ebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"Jinja2>=2.11.2",
"PyYAML>=5.3.1",
"modelcatalog-api==2.5.0",
"dame-cli>=5.0.0",
"dame-cli>=5.0.2",
"pygit2>=1.2.1",
"PyGithub>=1.43.5"
]
Expand Down
2 changes: 1 addition & 1 deletion src/mic/__init__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.4.0"
__version__ = "0.4.1"

0 comments on commit 10e3ebf

Please sign in to comment.