diff --git a/package-lock.json b/package-lock.json index ccfe5bee67..9e27a03af5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "kbase-narrative-core", - "version": "5.4.0", + "version": "5.4.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "kbase-narrative-core", - "version": "5.4.0", + "version": "5.4.1", "dependencies": { "bluebird": "3.7.2", "bootstrap": "3.4.1", diff --git a/package.json b/package.json index bd7bcf8cf6..b644bd04d6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "kbase-narrative-core", "description": "Core components for the KBase Narrative Interface", - "version": "5.4.0", + "version": "5.4.1", "private": true, "repository": "github.com/kbase/narrative", "engines": { diff --git a/src/biokbase/narrative/__init__.py b/src/biokbase/narrative/__init__.py index 0655b4df1a..6a3ae3a3d1 100644 --- a/src/biokbase/narrative/__init__.py +++ b/src/biokbase/narrative/__init__.py @@ -1,5 +1,5 @@ __all__ = ["magics", "common", "handlers", "contents", "services", "widgetmanager"] -__version__ = "5.4.0" +__version__ = "5.4.1" def version(): diff --git a/src/config.json b/src/config.json index 11f7c9173b..b7db42979c 100644 --- a/src/config.json +++ b/src/config.json @@ -391,5 +391,5 @@ "globus_upload_url": "https://app.globus.org/file-manager?destination_id=c3c0a65f-5827-4834-b6c9-388b0b19953a" }, "use_local_widgets": true, - "version": "5.4.0" + "version": "5.4.1" } diff --git a/src/config.json.templ b/src/config.json.templ index d8aa3181e9..584693c13f 100644 --- a/src/config.json.templ +++ b/src/config.json.templ @@ -391,5 +391,5 @@ "globus_upload_url": "https://app.globus.org/file-manager?destination_id=c3c0a65f-5827-4834-b6c9-388b0b19953a" }, "use_local_widgets": true, - "version": "5.4.0" + "version": "5.4.1" }