Update packaging==21.3

This commit is contained in:
JonnyWong16 2021-11-28 13:58:52 -08:00
commit f52d985f8c
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
5 changed files with 17 additions and 46 deletions

View file

@ -17,7 +17,7 @@ __title__ = "packaging"
__summary__ = "Core utilities for Python packages"
__uri__ = "https://github.com/pypa/packaging"
__version__ = "21.0"
__version__ = "21.3"
__author__ = "Donald Stufft and individual contributors"
__email__ = "donald@stufft.io"