Skip to content

Commit f6d2da6

Browse files
committed
Switch version to '7.10.0.dev0'
1 parent 449bba6 commit f6d2da6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

elasticsearch/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818
# flake8: noqa
1919
from __future__ import absolute_import
2020

21-
VERSION = (7, 9, 0)
21+
VERSION = (7, 10, 0)
2222
__version__ = VERSION
23-
__versionstr__ = "7.9.0a1"
23+
__versionstr__ = "7.10.0.dev0"
2424

2525
import sys
2626
import logging

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
from os.path import join, dirname
2020
from setuptools import setup, find_packages
2121

22-
VERSION = (7, 9, 0)
22+
VERSION = (7, 10, 0)
2323
__version__ = VERSION
24-
__versionstr__ = "7.9.0a1"
24+
__versionstr__ = "7.10.0.dev0"
2525

2626
with open(join(dirname(__file__), "README")) as f:
2727
long_description = f.read().strip()

0 commit comments

Comments
 (0)