diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2d7cab5..34667ae 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -89,6 +89,7 @@ jobs: node-version: 18 cache: 'npm' cache-dependency-path: bindings/nodejs/package-lock.json + registry-url: 'https://registry.npmjs.org' - name: Install dependencies run: npm ci diff --git a/bindings/nodejs/package.json b/bindings/nodejs/package.json index 4a6262d..8c1940e 100644 --- a/bindings/nodejs/package.json +++ b/bindings/nodejs/package.json @@ -1,6 +1,6 @@ { "name": "hvps", - "version": "0.0.5", + "version": "0.0.6", "description": "Bindings for the HVPS python package", "main": "index.js", "bin": { diff --git a/src/hvps/version.py b/src/hvps/version.py index 7554b32..15ba616 100644 --- a/src/hvps/version.py +++ b/src/hvps/version.py @@ -1,2 +1,2 @@ -__version__ = "0.0.5" +__version__ = "0.0.6" version = __version__