Skip to content

Commit 3f433fd

Browse files
committed
v0.3.3 — Update for tomli 1.2.0
1 parent f2bdbb0 commit 3f433fd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.3.3 (in development)
2-
-----------------------
1+
v0.3.3 (2021-08-02)
2+
-------------------
33
- Update for tomli 1.2.0
44

55
v0.3.2 (2021-07-08)

src/check_wheel_contents/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
Visit <https://github.com/jwodder/check-wheel-contents> for more information.
1313
"""
1414

15-
__version__ = "0.3.3.dev1"
15+
__version__ = "0.3.3"
1616
__author__ = "John Thorvald Wodder II"
1717
__author_email__ = "check-wheel-contents@varonathe.org"
1818
__license__ = "MIT"

0 commit comments

Comments
 (0)