File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 - uses : actions/setup-python@v3
1919
2020 - name : Install cibuildwheel
21- run : python -m pip install cibuildwheel==2.21.3
21+ run : python -m pip install cibuildwheel==3.2.0
2222
2323 - name : Build wheels
2424 env :
Original file line number Diff line number Diff line change 3333 __file__ as _libmc_so_file
3434)
3535
36- __VERSION__ = "1.4.13 "
37- __version__ = "1.4.13 "
36+ __VERSION__ = "1.4.14 "
37+ __version__ = "1.4.14 "
3838__author__ = "mckelvin"
3939__email__ = "mckelvin@users.noreply.github.com"
4040__date__ = "Fri Jun 7 06:16:00 2024 +0800"
Original file line number Diff line number Diff line change 11package golibmc
22
3- const _Version = "1.4.13 "
3+ const _Version = "1.4.14 "
44const _Author = "mckelvin"
55const _Email = "mckelvin@users.noreply.github.com"
66const _Date = "Fri Jun 7 06:16:00 2024 +0800"
You can’t perform that action at this time.
0 commit comments