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 6e0e8bf commit 1dfa98fCopy full SHA for 1dfa98f
CHANGELOG.md
@@ -1,5 +1,5 @@
1
-v0.3.1 (in development)
2
------------------------
+v0.3.1 (2021-07-02)
+-------------------
3
- Switch from toml to tomli
4
5
v0.3.0 (2021-05-12)
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.1.dev1"
+__version__ = "0.3.1"
16
__author__ = "John Thorvald Wodder II"
17
__author_email__ = "[email protected]"
18
__license__ = "MIT"
0 commit comments