Skip to content

Commit 55bdc66

Browse files
committed
Bump version to 22.0
1 parent b997a48 commit 55bdc66

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packaging/__about__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
__summary__ = "Core utilities for Python packages"
1818
__uri__ = "https://github.com/pypa/packaging"
1919

20-
__version__ = "21.4.dev0"
20+
__version__ = "22.0"
2121

2222
__author__ = "Donald Stufft and individual contributors"
2323
__email__ = "donald@stufft.io"

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "flit_core.buildapi"
66
[project]
77
name = "packaging"
88
description = "Core utilities for Python packages"
9-
version = "21.4.dev0"
9+
version = "22.0"
1010
readme = "README.rst"
1111
requires-python = ">=3.7"
1212
authors = [{name = "Donald Stufft", email = "donald@stufft.io"}]

0 commit comments

Comments
 (0)