diff --git a/src/remora/__init__.py b/src/remora/__init__.py index 9467a9b..98106e6 100755 --- a/src/remora/__init__.py +++ b/src/remora/__init__.py @@ -1,4 +1,4 @@ -__version__ = "2.1.2" +__version__ = "2.1.3" class RemoraError(Exception):