Skip to content

Commit

Permalink
Merge pull request #153 from IDEA-Research/release/0.12.1
Browse files Browse the repository at this point in the history
Release/0.12.1
  • Loading branch information
cefeng06 committed Apr 10, 2024
2 parents 1f4c99a + 0f298ae commit 7459fd7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.d97b8209.js"></script>
<script src="/static/umi.67c220bb.js"></script>

</body></html>

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.d97b8209.js"></script>
<script src="/static/umi.67c220bb.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.12.0"
version = "0.12.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 7459fd7

Please sign in to comment.