We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2f5ada commit 3cd51e7Copy full SHA for 3cd51e7
1 file changed
setup.py
@@ -6,7 +6,7 @@
6
7
8
def version():
9
- with open("autofit/__init__.py") as f:
+ with open("autoarray/__init__.py") as f:
10
lines = f.read().split('\n')
11
for line in lines:
12
if "__version__" in line:
0 commit comments