From fcb94cd51f7dfd40d88dff37415750d9e3638d3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alex=20Gr=C3=B6nholm?= Date: Fri, 21 Oct 2022 00:18:07 +0300 Subject: [PATCH] Updated __version__ to match the release --- src/wheel/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wheel/__init__.py b/src/wheel/__init__.py index 10072929..e738531f 100644 --- a/src/wheel/__init__.py +++ b/src/wheel/__init__.py @@ -1,3 +1,3 @@ from __future__ import annotations -__version__ = "0.37.1" +__version__ = "0.38.0"