Skip to content

Commit 8c59f79

Browse files
authored
Merge pull request #156 from IDEA-Research/dev
release: 0.12.2
2 parents 75ba19a + 7a343b7 commit 8c59f79

6 files changed

+6
-6
lines changed

deepdataspace/server/static/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</head>
1010
<body>
1111
<div id="root"></div>
12-
<script src="/static/umi.67c220bb.js"></script>
12+
<script src="/static/umi.c30875f2.js"></script>
1313

1414
</body></html>

deepdataspace/server/static/p__Annotator__index.1fc40bde.async.js

-1
This file was deleted.

deepdataspace/server/static/p__Annotator__index.8750e2fd.async.js

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deepdataspace/server/static/umi.67c220bb.js deepdataspace/server/static/umi.c30875f2.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

deepdataspace/server/templates/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@
99
</head>
1010
<body>
1111
<div id="root"></div>
12-
<script src="/static/umi.67c220bb.js"></script>
12+
<script src="/static/umi.c30875f2.js"></script>
1313

1414
</body></html>

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from setuptools import setup
44

5-
version = "0.12.1"
5+
version = "0.12.2"
66

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

0 commit comments

Comments
 (0)