From dee2cd135577e4ea4b0163e83ce07a5000ef074c Mon Sep 17 00:00:00 2001 From: tosh2230 Date: Thu, 2 Nov 2023 22:22:54 +0900 Subject: [PATCH] v0.8.2 --- pyproject.toml | 2 +- src/stairlight/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a576208..c1510f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stairlight" -version = "0.8.1" +version = "0.8.2" description = "An end-to-end data lineage tool" authors = ["tosh2230 "] license = "MIT" diff --git a/src/stairlight/__init__.py b/src/stairlight/__init__.py index feaea48..a54672e 100644 --- a/src/stairlight/__init__.py +++ b/src/stairlight/__init__.py @@ -6,7 +6,7 @@ StairLight, ) -__version__ = "0.8.1" +__version__ = "0.8.2" __all__ = [ "ResponseType", "SearchDirection",