diff --git a/olympus/__init__.py b/olympus/__init__.py index 61e51a3..20b9d87 100644 --- a/olympus/__init__.py +++ b/olympus/__init__.py @@ -1,4 +1,4 @@ -__version__ = '0.0.6' +__version__ = '0.0.7' # set default_app_config when using django earlier than 3.2 diff --git a/setup.cfg b/setup.cfg index 26016c5..3a64d7d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ include_package_data = True packages = find: install_requires = Django >= 3.0, < 6 - elasticsearch >= 6.8, < 7 + elasticsearch >= 6.8, <= 7 # TODO: make tqdm optional tqdm >= 4, < 5 django-logbasecommand < 1