From 0e0956af11e7d2ee8cc8ba0c547a4f7b79fa0a89 Mon Sep 17 00:00:00 2001 From: Marcus Christie Date: Mon, 17 Jul 2023 11:16:08 -0400 Subject: [PATCH] Bump version to 1.8.4 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 739b424..5367dba 100644 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ def read(fname): setup( name="airavata-django-portal-sdk", - version="1.8.3", + version="1.8.4", url="https://github.com/apache/airavata-django-portal-sdk", author="Apache Software Foundation", author_email="dev@airavata.apache.org",