diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac269dc..984d4a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Setup Node.js environment uses: actions/setup-node@v4 with: - node-version: '16' + node-version: '20.9.0' - name: Get current version id: current_version diff --git a/__version__.py b/__version__.py index cf194e0..9bcba62 100644 --- a/__version__.py +++ b/__version__.py @@ -1 +1,2 @@ -__version__ = '' +# -*- coding: utf-8 -*- +__version__ = "0.1.7"