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 9865fd1 commit 398a417Copy full SHA for 398a417
elasticsearch/__init__.py
@@ -20,7 +20,7 @@
20
21
VERSION = (8, 0, 0)
22
__version__ = VERSION
23
-__versionstr__ = ".".join(map(str, VERSION))
+__versionstr__ = "8.0.0.dev0"
24
25
import sys
26
import logging
setup.py
@@ -21,7 +21,7 @@
with open(join(dirname(__file__), "README")) as f:
27
long_description = f.read().strip()
0 commit comments