Skip to content

Commit

Permalink
Merge pull request #155 from IDEA-Research/release/0.12.2
Browse files Browse the repository at this point in the history
Release/0.12.2
  • Loading branch information
xifanii authored Apr 19, 2024
2 parents 7459fd7 + b15e097 commit 7a343b7
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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.67c220bb.js"></script>
<script src="/static/umi.c30875f2.js"></script>

</body></html>

This file was deleted.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.67c220bb.js"></script>
<script src="/static/umi.c30875f2.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.1"
version = "0.12.2"

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 7a343b7

Please sign in to comment.