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 ca0699e commit 57c428fCopy full SHA for 57c428f
setup.py
@@ -5,7 +5,7 @@
5
6
def get_version() -> str:
7
version = ""
8
- with open("starlete_plus/__init__.py") as f:
+ with open("starlette_plus/__init__.py") as f:
9
match = re.search(r'^__version__\s*=\s*[\'"]([^\'"]*)[\'"]', f.read(), re.MULTILINE)
10
11
if not match or not match.group(1):
0 commit comments