Skip to content

Commit

Permalink
Merge pull request #53 from IDEA-Research/dev
Browse files Browse the repository at this point in the history
release: v0.4.1
  • Loading branch information
cefeng06 authored Jul 7, 2023
2 parents 8d146db + 6883c11 commit aba4bba
Show file tree
Hide file tree
Showing 5 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion deepdataspace/server/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</head>
<body>
<div id="root"></div>
<script src="/static/umi.da94c048.js"></script>
<script src="/static/umi.11eb5736.js"></script>

</body></html>

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion deepdataspace/server/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@
</head>
<body>
<div id="root"></div>
<script src="/static/umi.da94c048.js"></script>
<script src="/static/umi.11eb5736.js"></script>

</body></html>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

from setuptools import setup

version = "0.4.0"
version = "0.4.1"

description = "A tool for CV dataset labeling, visualizing and analysing"
with open("README.md", "r", encoding="utf8") as fp:
Expand Down

0 comments on commit aba4bba

Please sign in to comment.