Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 223ae8f

Browse files
committed
bump version to 5.0.0
1 parent c76817d commit 223ae8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
from os.path import join, dirname
33
from setuptools import setup, find_packages
44

5-
VERSION = (1, 0, 0)
5+
VERSION = (5, 0, 0)
66
__version__ = VERSION
77
__versionstr__ = '.'.join(map(str, VERSION))
88

@@ -12,7 +12,7 @@
1212

1313
install_requires = [
1414
'aiohttp',
15-
'elasticsearch>=2.4.0',
15+
'elasticsearch>=5.0.0',
1616
]
1717

1818
tests_require = [

0 commit comments

Comments
 (0)