diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c47177ee3..d68643d52 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -4,5 +4,5 @@ on: workflow_dispatch jobs: publish: - uses: datavisyn/github-workflows/.github/workflows/publish-node-python.yml@main + uses: datavisyn/github-workflows/.github/workflows/publish-node-python.yml@new_deployment secrets: inherit diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1720aaba4..1fefbd2ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -4,5 +4,5 @@ on: workflow_dispatch jobs: release: - uses: datavisyn/github-workflows/.github/workflows/release-source.yml@main + uses: datavisyn/github-workflows/.github/workflows/release-source.yml@new_deployment secrets: inherit diff --git a/package.json b/package.json index 5a66c7381..e39d1b50a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "tdp_core", "description": "Target discovery platform for exploring rankings of genes, disease models, and other entities.", - "version": "22.0.0", + "version": "23.0.0", "author": { "name": "datavisyn GmbH", "email": "contact@datavisyn.io", @@ -84,8 +84,8 @@ "select2": "~4.0.13", "select2-bootstrap-theme": "0.1.0-beta.9", "use-deep-compare-effect": "^1.8.0", - "visyn_core": "^6.0.0", - "visyn_scripts": "^6.0.0" + "visyn_core": "^7.0.0", + "visyn_scripts": "^7.0.1" }, "devDependencies": { "@babel/core": "^7.17.7", diff --git a/requirements.txt b/requirements.txt index 3947d94ab..ec75718cf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,5 +2,5 @@ flask-swagger-ui==3.36.0 Pillow==9.3.0 pymongo~=3.11.1 python-memcached==1.59 -visyn_core>=6.0.0,<7.0.0 +visyn_core>=7.0.0,<8.0.0 yamlreader==3.0.4