We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c319ca commit 1a65344Copy full SHA for 1a65344
.github/workflows/wheels.yml
@@ -44,7 +44,7 @@ jobs:
44
45
- name: Install cibuildwheel
46
run: |
47
- python -m pip install cibuildwheel==1.4.2
+ python -m pip install cibuildwheel==1.7.2
48
49
- name: Build wheels
50
env:
setup.cfg
@@ -1,6 +1,6 @@
1
[metadata]
2
name = pytomlpp
3
-version = 0.3.2
+version = 0.3.3
4
author = Bob Fang
5
author_email = [email protected]
6
license_file = LICENSE
0 commit comments