Skip to content

Commit

Permalink
Merge pull request #149 from IDEA-Research/release/0.12.0
Browse files Browse the repository at this point in the history
release/0.12.0
  • Loading branch information
cefeng06 authored Apr 9, 2024
2 parents e350b23 + 6f56f96 commit 90a2c81
Show file tree
Hide file tree
Showing 10 changed files with 145 additions and 145 deletions.
4 changes: 2 additions & 2 deletions deepdataspace/server/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta name="description" content="cvr">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="shortcut icon" href="/static/favicon.png">
<link rel="stylesheet" href="/static/umi.99ffc894.css">
<link rel="stylesheet" href="/static/umi.e762716e.css">
</head>
<body>
<div id="root"></div>
<script src="/static/umi.d5355c89.js"></script>
<script src="/static/umi.d97b8209.js"></script>

</body></html>

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

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

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

Large diffs are not rendered by default.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions deepdataspace/server/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
<meta name="description" content="cvr">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<link rel="shortcut icon" href="/static/favicon.png">
<link rel="stylesheet" href="/static/umi.99ffc894.css">
<link rel="stylesheet" href="/static/umi.e762716e.css">
</head>
<body>
<div id="root"></div>
<script src="/static/umi.d5355c89.js"></script>
<script src="/static/umi.d97b8209.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.11.1"
version = "0.12.0"

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 90a2c81

Please sign in to comment.