Skip to content

Commit

Permalink
Merge branch 'main' into threadstate
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed May 21, 2024
2 parents fb21c50 + d879f39 commit fe00d12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ci/requirements-cibw.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
cibuildwheel==2.18.0
cibuildwheel==2.18.1
3 changes: 1 addition & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@
def get_version():
version_file = "src/PIL/_version.py"
with open(version_file, encoding="utf-8") as f:
exec(compile(f.read(), version_file, "exec"))
return locals()["__version__"]
return f.read().split('"')[1]


configuration = {}
Expand Down

0 comments on commit fe00d12

Please sign in to comment.