diff --git a/portality/settings.py b/portality/settings.py index 2fb83733d..5f64fb1c1 100644 --- a/portality/settings.py +++ b/portality/settings.py @@ -9,7 +9,7 @@ # Application Version information # ~~->API:Feature~~ -DOAJ_VERSION = "8.0.4" +DOAJ_VERSION = "8.0.5" API_VERSION = "4.0.0" ###################################### diff --git a/setup.py b/setup.py index 404f0646a..35757c561 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='doaj', - version='8.0.4', + version='8.0.5', packages=find_packages(), install_requires=[ "awscli==1.34.25",