diff options
| author | Alex Grönholm <alex.gronholm@nextday.fi> | 2022-10-21 00:18:07 +0300 |
|---|---|---|
| committer | Alex Grönholm <alex.gronholm@nextday.fi> | 2022-10-21 00:19:31 +0300 |
| commit | fcb94cd51f7dfd40d88dff37415750d9e3638d3b (patch) | |
| tree | c8aff84d3e3386aef5798ae86e65971c3abe4384 /src | |
| parent | 0d374f86cf083463c77ed822baf2f01e3c460a03 (diff) | |
| download | wheel-git-fcb94cd51f7dfd40d88dff37415750d9e3638d3b.tar.gz | |
Updated __version__ to match the release0.38.0
Diffstat (limited to 'src')
| -rw-r--r-- | src/wheel/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wheel/__init__.py b/src/wheel/__init__.py index 1007292..e738531 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" |
