Skip to content
This repository has been archived by the owner on Mar 17, 2022. It is now read-only.

Commit

Permalink
prepare release 9.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dvvanessastoiber committed Feb 19, 2021
1 parent 2274ed0 commit 925275b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "tdp_dummy",
"description": "",
"homepage": "https://phovea.caleydo.org",
"version": "9.0.1-SNAPSHOT",
"version": "9.0.1",
"author": {
"name": "The Caleydo Team",
"email": "[email protected]",
Expand Down Expand Up @@ -74,7 +74,7 @@
"predist:python": "npm run build:python && npm run docs:python"
},
"dependencies": {
"tdp_core": "github:datavisyn/tdp_core#develop"
"tdp_core": "^11.0.0"
},
"devDependencies": {
"@types/jest": "~26.0.20",
Expand All @@ -90,6 +90,6 @@
"typescript": "~3.9.7"
},
"optionalDependencies": {
"ordino": "github:Caleydo/ordino#develop"
"ordino": "github:Caleydo/ordino#semver:^9.0.0"
}
}
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-e git+https://github.com/datavisyn/tdp_core.git@develop#egg=tdp_core
tdp_core>=11.0.0,<12.0.0

0 comments on commit 925275b

Please sign in to comment.