diff --git a/.github/workflows/main-release.yaml b/.github/workflows/main-release.yaml index 018fac7..f4a77da 100644 --- a/.github/workflows/main-release.yaml +++ b/.github/workflows/main-release.yaml @@ -28,7 +28,7 @@ jobs: NEW_VERSION: ${{ steps.release.outputs.NEW_RELEASE }} run: | echo "$NEW_VERSION" - sed -i 's/\".*\"/'"$NEW_VERSION"'/g' _version.py + sed -i 's/\".*\"/'\"$NEW_VERSION\"'/g' _version.py - name: Commit version file uses: stefanzweifel/git-auto-commit-action@v5 with: diff --git a/_version.py b/_version.py index 31caf02..f76cada 100644 --- a/_version.py +++ b/_version.py @@ -1 +1 @@ -__version__ = v3.2.2 +__version__ = "v3.2.2"