There was an error while loading. Please reload this page.
2 parents a553ba3 + 611cb51 commit 92b1a24Copy full SHA for 92b1a24
3 files changed
.github/workflows/pypi-release.yml
@@ -18,7 +18,7 @@ jobs:
18
- name: Set up Python
19
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
20
with:
21
- python-version: 3.10
+ python-version: "3.10"
22
23
- name: Install pypa/build
24
run: python -m pip install build --user
CHANGELOG.rst
@@ -1,7 +1,7 @@
1
Changelog
2
=========
3
4
-Version v32.0.0
+Version v32.0.1
5
----------------
6
7
- Add lexicographic versioning scheme https://github.com/aboutcode-org/univers/pull/160
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
0 commit comments