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 b513020 commit 2a58283Copy full SHA for 2a58283
setup.py
@@ -4,7 +4,7 @@
4
with open("README.md", "r") as fh:
5
long_description = fh.read()
6
7
-with open("./clarifai/__init__.py") as f:
+with open("./clarifai_datautils/__init__.py") as f:
8
content = f.read()
9
_search_version = re.search(r'__version__\s*=\s*[\'"]([^\'"]*)[\'"]', content)
10
assert _search_version
0 commit comments