Skip to content

Commit

Permalink
release(1.1.0): upgrade libspng to 0.7.2
Browse files Browse the repository at this point in the history
Fixes (hopefully) for universal2 wheels as well.
  • Loading branch information
william-silversmith committed Aug 3, 2022
1 parent bfe9e53 commit a1f4346
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
import sys
import subprocess

__version__ = "1.0.0"
__version__ = "1.1.0"

proj_root = os.path.abspath(os.path.dirname(__file__))
with open(os.path.join(proj_root, 'README.md'), encoding='utf-8') as f:
Expand Down

0 comments on commit a1f4346

Please sign in to comment.