diff --git a/docs/news.rst b/docs/news.rst index df991f2d..6bd84f34 100644 --- a/docs/news.rst +++ b/docs/news.rst @@ -1,7 +1,7 @@ Release Notes ============= -**UNRELEASED** +**0.41.1 (2023-08-05)** - Fixed naming of the ``data_dir`` directory in the presence of local version segment given via ``egg_info.tag_build`` (PR by Anderson Bravalheri) diff --git a/src/wheel/__init__.py b/src/wheel/__init__.py index 224fe491..262e754a 100644 --- a/src/wheel/__init__.py +++ b/src/wheel/__init__.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "0.41.0" +__version__ = "0.41.1"