Skip to content

Commit 7855525

Browse files
committed
Created a new release
1 parent d343391 commit 7855525

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/news.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Release Notes
22
=============
33

4-
**UNRELEASED**
4+
**0.45.1 (2024-11-23)**
55

66
- Fixed pure Python wheels converted from eggs and wininst files having the ABI tag in
77
the file name

src/wheel/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
from __future__ import annotations
22

3-
__version__ = "0.45.0"
3+
__version__ = "0.45.1"

0 commit comments

Comments
 (0)