diff --git a/portality/settings.py b/portality/settings.py index dbeddc63e..e6bd2ae57 100644 --- a/portality/settings.py +++ b/portality/settings.py @@ -9,7 +9,7 @@ # Application Version information # ~~->API:Feature~~ -DOAJ_VERSION = "7.0.2" +DOAJ_VERSION = "7.0.3" API_VERSION = "4.0.0" ###################################### diff --git a/setup.py b/setup.py index bfebfeed0..953c5fe42 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='doaj', - version='7.0.2', + version='7.0.3', packages=find_packages(), install_requires=[ "awscli==1.20.50",