From 5b4c22288965ccaac901e9663d107b2fc52c5494 Mon Sep 17 00:00:00 2001 From: Ilya Matiach Date: Mon, 15 Apr 2024 14:59:56 -0400 Subject: [PATCH] release rai-core-flask 0.7.5 (#2553) --- rai_core_flask/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rai_core_flask/setup.py b/rai_core_flask/setup.py index addb95b559..797e6bd3cf 100644 --- a/rai_core_flask/setup.py +++ b/rai_core_flask/setup.py @@ -5,7 +5,7 @@ # The version must be incremented every time we push an update to pypi (but # not before) -VERSION = "0.7.4" +VERSION = "0.7.5" # supply contents of our README file as our package's long description with open("README.md", "r") as fh: