From 01eeb2f0e6aa2d23a1ef11fdabeb4bd2983246c3 Mon Sep 17 00:00:00 2001 From: Andrey Date: Tue, 24 Oct 2023 13:15:03 +0300 Subject: [PATCH] Bump version. --- moonstreamapi/moonstreamapi/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/moonstreamapi/moonstreamapi/version.py b/moonstreamapi/moonstreamapi/version.py index 0928d039..5558da62 100644 --- a/moonstreamapi/moonstreamapi/version.py +++ b/moonstreamapi/moonstreamapi/version.py @@ -2,4 +2,4 @@ Moonstream library and API version. """ -MOONSTREAMAPI_VERSION = "0.3.0" +MOONSTREAMAPI_VERSION = "0.3.1"