From 285bef4e6c707fff991c2aaa66896d75716a14b7 Mon Sep 17 00:00:00 2001 From: Oliver Rice Date: Wed, 18 Oct 2023 17:05:56 -0500 Subject: [PATCH] update ver to 0.8.2 --- src/alembic_utils/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alembic_utils/__init__.py b/src/alembic_utils/__init__.py index 8088f75..deded32 100644 --- a/src/alembic_utils/__init__.py +++ b/src/alembic_utils/__init__.py @@ -1 +1 @@ -__version__ = "0.8.1" +__version__ = "0.8.2"