From 3f21a0f4b785f5cb3eeca85227d12445affeb54c Mon Sep 17 00:00:00 2001 From: Advitya Gemawat Date: Fri, 3 Nov 2023 14:31:22 +0000 Subject: [PATCH] Release new version of rai_core_flask (#2407) --- 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 a439c969b0..8b09b7a07c 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.0" +VERSION = "0.7.1" # supply contents of our README file as our package's long description with open("README.md", "r") as fh: