We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 220bab1 commit 2a95906Copy full SHA for 2a95906
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
7
_version_re = re.compile(r'__version__\s+=\s+(.*)')
8
9
-with open('sqlwhat/__init__.py', 'rb') as f:
+with open('pythonwhat/__init__.py', 'rb') as f:
10
version = str(ast.literal_eval(_version_re.search(
11
f.read().decode('utf-8')).group(1)))
12
0 commit comments