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: