From a8d8edd53ac45f99b8ad1c3ce82ab5bbe01aa8e8 Mon Sep 17 00:00:00 2001 From: Wenjie Du Date: Sat, 8 Feb 2025 16:12:29 +0800 Subject: [PATCH] feat: release v0.9 and update gh-action-pypi-publish action version; --- .github/workflows/publish_to_PyPI.yml | 2 +- pypots/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish_to_PyPI.yml b/.github/workflows/publish_to_PyPI.yml index 84c946aa..5945746f 100644 --- a/.github/workflows/publish_to_PyPI.yml +++ b/.github/workflows/publish_to_PyPI.yml @@ -47,7 +47,7 @@ jobs: python -m build - name: Publish the new package to PyPI - uses: pypa/gh-action-pypi-publish@v1.8.6 + uses: pypa/gh-action-pypi-publish@v1.12.4 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/pypots/version.py b/pypots/version.py index 505f50a6..13c503c6 100644 --- a/pypots/version.py +++ b/pypots/version.py @@ -22,4 +22,4 @@ # # Dev branch marker is: 'X.Y.dev' or 'X.Y.devN' where N is an integer. # 'X.Y.dev0' is the canonical version of 'X.Y.dev' -__version__ = "0.8.1" +__version__ = "0.9"