From 8ed1dbea4d9f1eb40fb83eb41afcb6deaf956e39 Mon Sep 17 00:00:00 2001 From: Shammamah Hossain Date: Mon, 1 Apr 2019 16:51:35 -0400 Subject: [PATCH 1/4] Update version number. --- dash_bio/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dash_bio/package.json b/dash_bio/package.json index bf6487074..1caebad96 100644 --- a/dash_bio/package.json +++ b/dash_bio/package.json @@ -1,6 +1,6 @@ { "name": "dash-bio", - "version": "0.0.8-rc13", + "version": "0.0.8-rc16", "description": "Dash components for bioinformatics", "main": "build/index.js", "scripts": { diff --git a/package.json b/package.json index bf6487074..1caebad96 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-bio", - "version": "0.0.8-rc13", + "version": "0.0.8-rc16", "description": "Dash components for bioinformatics", "main": "build/index.js", "scripts": { From 41a31feb97ae38fec1e896990979a0d458442def Mon Sep 17 00:00:00 2001 From: Shammamah Hossain Date: Mon, 1 Apr 2019 16:52:36 -0400 Subject: [PATCH 2/4] Update version in requirements. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ad1713502..57e488f07 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ biopython colour==0.1.5 cython>=0.19 dash>=0.40.0 -dash-bio==0.0.8rc13 +dash-bio==0.0.8rc16 dash-daq==0.1.4 gunicorn jsonschema From ff486bad04ffd15f5944f9b1d2105e8fc57671e8 Mon Sep 17 00:00:00 2001 From: Shammamah Hossain Date: Mon, 1 Apr 2019 17:04:21 -0400 Subject: [PATCH 3/4] Update to official version number. --- dash_bio/package.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dash_bio/package.json b/dash_bio/package.json index 1caebad96..798f986cf 100644 --- a/dash_bio/package.json +++ b/dash_bio/package.json @@ -1,6 +1,6 @@ { "name": "dash-bio", - "version": "0.0.8-rc16", + "version": "0.0.8", "description": "Dash components for bioinformatics", "main": "build/index.js", "scripts": { diff --git a/package.json b/package.json index 1caebad96..798f986cf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-bio", - "version": "0.0.8-rc16", + "version": "0.0.8", "description": "Dash components for bioinformatics", "main": "build/index.js", "scripts": { From bbccb6bc0aa4af7f4e57d1cbdb2d73b20639c1e8 Mon Sep 17 00:00:00 2001 From: Shammamah Hossain Date: Mon, 1 Apr 2019 17:04:44 -0400 Subject: [PATCH 4/4] Update requirements to latest release. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 57e488f07..6593eb0a1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ biopython colour==0.1.5 cython>=0.19 dash>=0.40.0 -dash-bio==0.0.8rc16 +dash-bio==0.0.8 dash-daq==0.1.4 gunicorn jsonschema