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 f2bdbb0 commit 3f433fdCopy full SHA for 3f433fd
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-v0.3.3 (in development)
2
------------------------
+v0.3.3 (2021-08-02)
+-------------------
3
- Update for tomli 1.2.0
4
5
v0.3.2 (2021-07-08)
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.3.3.dev1"
+__version__ = "0.3.3"
16
__author__ = "John Thorvald Wodder II"
17
__author_email__ = "check-wheel-contents@varonathe.org"
18
__license__ = "MIT"
0 commit comments