diff --git a/panel/package-lock.json b/panel/package-lock.json index 3f2e36d9ff..d4e3b796ab 100644 --- a/panel/package-lock.json +++ b/panel/package-lock.json @@ -1,12 +1,12 @@ { "name": "@holoviz/panel", - "version": "0.12.6-rc.3", + "version": "0.12.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@holoviz/panel", - "version": "0.12.6-rc.3", + "version": "0.12.6", "license": "BSD-3-Clause", "dependencies": { "@bokeh/bokehjs": "^2.4.2", diff --git a/panel/package.json b/panel/package.json index 20a33a2edf..5d22b4abc5 100644 --- a/panel/package.json +++ b/panel/package.json @@ -1,6 +1,6 @@ { "name": "@holoviz/panel", - "version": "0.12.6-rc.3", + "version": "0.12.6", "description": "A high level dashboarding library for python visualization libraries.", "license": "BSD-3-Clause", "repository": {