Fix Python 3.6 compatibility

Introduced on accident by #4475.
This commit is contained in:
Lonami Exo
2024-11-18 17:04:07 +01:00
parent 63d55bbe3d
commit 9ca3b599fc
2 changed files with 2 additions and 2 deletions

View File

@@ -1,3 +1,3 @@
# Versions should comply with PEP440.
# This line is parsed in setup.py:
__version__ = '1.38.0'
__version__ = '1.38.1'