-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Drop support for Python 3.6 and 3.7 - Support Python 3.11, 3.12, and 3.13 - Moved to wheelodex organization - Migrated from setuptools to hatch - Update `entry-points-txt` requirement to `~= 0.2`
- Loading branch information
Showing
3 changed files
with
5 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ | |
from .inspecting import inspect_dist_info_dir, inspect_wheel | ||
from .schema import DIST_INFO_SCHEMA, SCHEMA, WHEEL_SCHEMA | ||
|
||
__version__ = "1.7.1" | ||
__version__ = "1.7.2" | ||
__author__ = "John Thorvald Wodder II" | ||
__author_email__ = "[email protected]" | ||
__license__ = "MIT" | ||
|