From f626d41213dbb60d398c1ed1af7f6fe79157305b Mon Sep 17 00:00:00 2001 From: Rishab Ramanathan Date: Mon, 20 Feb 2023 21:41:15 -0800 Subject: [PATCH] Bump version --- openlayer/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openlayer/version.py b/openlayer/version.py index 4f5e4f70..237abff9 100644 --- a/openlayer/version.py +++ b/openlayer/version.py @@ -1,3 +1,3 @@ # Define the SDK version here so that the interal package can have access to this value. # See https://stackoverflow.com/questions/2058802 -__version__ = "0.0.0a3" +__version__ = "0.0.0a4"