We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4011e6b commit 9d571c2Copy full SHA for 9d571c2
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-v0.4.0 (in development)
2
------------------------
+v0.4.0 (2022-10-25)
+-------------------
3
- Drop support for Python 3.6
4
- Support Python 3.11
5
- Use `tomllib` on Python 3.11
src/check_wheel_contents/__init__.py
@@ -12,7 +12,7 @@
12
Visit <https://github.com/jwodder/check-wheel-contents> for more information.
13
"""
14
15
-__version__ = "0.4.0.dev1"
+__version__ = "0.4.0"
16
__author__ = "John Thorvald Wodder II"
17
__author_email__ = "[email protected]"
18
__license__ = "MIT"
0 commit comments