Skip to content

Commit c884ac1

Browse files
authored
Merge pull request #102 from IDEA-Research/release/0.9.0
Release/0.9.0
2 parents bcfb29c + 17749b9 commit c884ac1

File tree

6 files changed

+80
-80
lines changed

6 files changed

+80
-80
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.d0ec6102.js"></script>
12+
<script src="/static/umi.215f316c.js"></script>
1313

1414
</body></html>

deepdataspace/server/static/umi.d0ec6102.js deepdataspace/server/static/umi.215f316c.js

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

deepdataspace/server/static/umi.215f316c.js.map

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

deepdataspace/server/static/umi.d0ec6102.js.map

-1
This file was deleted.

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.d0ec6102.js"></script>
12+
<script src="/static/umi.215f316c.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.8.0"
5+
version = "0.9.0"
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)