From 83b7197e221a775151b5120732fb9a6767b41d86 Mon Sep 17 00:00:00 2001 From: Marcus Stoiber Date: Tue, 5 Dec 2023 22:33:35 +0000 Subject: [PATCH] v3.1.0 --- src/remora/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/remora/__init__.py b/src/remora/__init__.py index 82e9097..7966fdb 100755 --- a/src/remora/__init__.py +++ b/src/remora/__init__.py @@ -1,4 +1,4 @@ -__version__ = "3.0.0" +__version__ = "3.1.0" class RemoraError(Exception):