We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d635664 commit 94bb62cCopy full SHA for 94bb62c
docs/conf.py
@@ -52,7 +52,7 @@
52
with open(
53
os.path.join(here, "..", "src", "wheel", "__init__.py"), encoding="utf8"
54
) as version_file:
55
- match = re.search(r"__version__ = '((\d+\.\d+\.\d+).*)'", version_file.read())
+ match = re.search(r'__version__ = "((\d+\.\d+\.\d+).*)"', version_file.read())
56
# The short X.Y version.
57
version = match.group(2)
58
0 commit comments