diff --git a/.github/workflows/pypi-release.yml b/.github/workflows/pypi-release.yml index 9b8599b9..63dd21b1 100644 --- a/.github/workflows/pypi-release.yml +++ b/.github/workflows/pypi-release.yml @@ -18,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: - python-version: 3.10 + python-version: "3.10" - name: Install pypa/build run: python -m pip install build --user diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 6ef29f72..c9342c68 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,7 +1,7 @@ Changelog ========= -Version v32.0.0 +Version v32.0.1 ---------------- - Add lexicographic versioning scheme https://github.com/aboutcode-org/univers/pull/160 diff --git a/setup.cfg b/setup.cfg index e943053d..e4bf599d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = univers -version = 32.0.0 +version = 32.0.1 license = Apache-2.0 AND BSD-3-Clause AND MIT # description must be on ONE line https://github.com/pypa/setuptools/issues/1390