diff --git a/rai_core_flask/setup.py b/rai_core_flask/setup.py index 936aa6f4ea..f28f757d3c 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.3.0" +VERSION = "0.4.0" # supply contents of our README file as our package's long description with open("README.md", "r") as fh: