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 f05bdc5 commit 96f56a7Copy full SHA for 96f56a7
setup.py
@@ -219,7 +219,7 @@ def get_version():
219
open("../PyFunceble/storage.py", encoding="utf-8").read()
220
)[0]
221
222
- return extracted[: extracted.rfind(".")]
+ return extracted[: extracted.rfind(".")] if ".dev" in extracted else extracted
223
224
225
def get_long_description(): # pragma: no cover
0 commit comments