From c0a9d93af0eb7249e970099d834e9e9b179e4fc7 Mon Sep 17 00:00:00 2001 From: hpohekar Date: Thu, 6 Mar 2025 13:41:54 +0530 Subject: [PATCH] chore: Bump release 0.5.dev0 --- .github/workflows/ci_cd.yml | 1 + pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index e942fe80..b7e36f38 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -137,6 +137,7 @@ jobs: uses: ansys/actions/release-github@v8 with: library-name: ${{ env.LIBRARY_NAME }} + token: ${{ secrets.GITHUB_TOKEN }} doc-deploy-stable: name: "Deploy stable docs" diff --git a/pyproject.toml b/pyproject.toml index bf60d8e3..da07f07c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "flit_core.buildapi" [project] # Check https://flit.readthedocs.io/en/latest/pyproject_toml.html for all available sections name = "ansys-units" -version = "0.4.dev0" +version = "0.5.dev0" description = "Pythonic interface for units, unit systems, and unit conversions." readme = "README.rst" requires-python = ">=3.9,<4"