We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b997a48 commit 55bdc66Copy full SHA for 55bdc66
packaging/__about__.py
@@ -17,7 +17,7 @@
17
__summary__ = "Core utilities for Python packages"
18
__uri__ = "https://github.com/pypa/packaging"
19
20
-__version__ = "21.4.dev0"
+__version__ = "22.0"
21
22
__author__ = "Donald Stufft and individual contributors"
23
__email__ = "donald@stufft.io"
pyproject.toml
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
6
[project]
7
name = "packaging"
8
description = "Core utilities for Python packages"
9
-version = "21.4.dev0"
+version = "22.0"
10
readme = "README.rst"
11
requires-python = ">=3.7"
12
authors = [{name = "Donald Stufft", email = "donald@stufft.io"}]
0 commit comments