diff --git a/docs/news.rst b/docs/news.rst index 2ce02ea9..0b47fc6c 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,7 @@ Release Notes ============= -**UNRELEASED** +**0.41.3 (2023-10-30)** - Updated vendored ``packaging`` to 23.2 - Fixed ABI tag generation for CPython 3.13a1 on Windows (PR by Sam Gross) diff --git a/src/wheel/__init__.py b/src/wheel/__init__.py index e027eca8..0b3ebd01 100644 --- a/src/wheel/__init__.py +++ b/src/wheel/__init__.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "0.41.2" +__version__ = "0.41.3"