From 8c96b81f5a5d71101f1f9c9ad74b2b6ffcfe3c24 Mon Sep 17 00:00:00 2001 From: Ramakrishna Sakhamuru Date: Mon, 23 Dec 2024 21:53:23 +0530 Subject: [PATCH] Version update --- portality/settings.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/portality/settings.py b/portality/settings.py index b07037aeb..d5b68b014 100644 --- a/portality/settings.py +++ b/portality/settings.py @@ -9,7 +9,7 @@ # Application Version information # ~~->API:Feature~~ -DOAJ_VERSION = "8.0.0" +DOAJ_VERSION = "8.0.1" API_VERSION = "4.0.0" ###################################### diff --git a/setup.py b/setup.py index 34075434c..6df5f555a 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='doaj', - version='8.0.0', + version='8.0.1', packages=find_packages(), install_requires=[ "awscli==1.34.25",