diff --git a/olympus/__init__.py b/olympus/__init__.py index 64895d1..9d5810e 100644 --- a/olympus/__init__.py +++ b/olympus/__init__.py @@ -1,4 +1,5 @@ -__version__ = '0.0.4' +__version__ = '0.0.5' + # set default_app_config when using django earlier than 3.2 try: diff --git a/setup.cfg b/setup.cfg index 5527afa..b932168 100644 --- a/setup.cfg +++ b/setup.cfg @@ -24,7 +24,7 @@ zip_safe = False include_package_data = True packages = find: install_requires = - Django >= 3.0, < 4 + Django >= 3.0, < 5 elasticsearch >= 6.8, < 7 # TODO: make tqdm optional tqdm >= 4, < 5