We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d3f659 commit 94b06e5Copy full SHA for 94b06e5
setup.py
@@ -6,7 +6,7 @@
6
readme = f.read()
7
8
with open("nanopq/__init__.py") as f:
9
- version = re.search(r"__version__ = \'(.*?)\'", f.read()).group(1)
+ version = re.search(r"__version__ = \"(.*?)\"", f.read()).group(1)
10
11
setup(
12
name="nanopq",
0 commit comments