There was an error while loading. Please reload this page.
1 parent 3165a50 commit aaedd36Copy full SHA for aaedd36
1 file changed
setup.py
@@ -10,7 +10,7 @@ def get_version(path):
10
for line in f:
11
if '__version__' in line:
12
parts = line.split("=")
13
- return parts[1].split("'")[1]
+ return parts[1].split('"')[1]
14
15
16
here = os.path.abspath(os.path.dirname(__file__))
0 commit comments