Skip to content

Commit

Permalink
chore: prepare next dev release
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkh committed Jul 28, 2023
1 parent 22d07e1 commit 0854eed
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
@@ -1,7 +1,7 @@
{
"name": "tdp_core",
"description": "Target discovery platform for exploring rankings of genes, disease models, and other entities.",
"version": "20.1.0",
"version": "20.1.1-SNAPSHOT",
"author": {
"name": "datavisyn GmbH",
"email": "contact@datavisyn.io",
Expand Down Expand Up @@ -85,8 +85,8 @@
"select2": "~4.0.13",
"select2-bootstrap-theme": "0.1.0-beta.9",
"use-deep-compare-effect": "^1.8.0",
"visyn_core": "^3.1.0",
"visyn_scripts": "^4.1.0"
"visyn_core": "git+ssh://git@github.com/datavisyn/visyn_core#develop",
"visyn_scripts": "git+ssh://git@github.com/datavisyn/visyn_scripts#develop"
},
"devDependencies": {
"@babel/core": "^7.17.7",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ flask-swagger-ui==3.36.0
Pillow==9.3.0
pymongo~=3.11.1
python-memcached==1.59
visyn_core>=3.1.0,<4.0.0
visyn_core@git+https://github.com/datavisyn/visyn_core.git@develop#egg=visyn_core
yamlreader==3.0.4

0 comments on commit 0854eed

Please sign in to comment.