From b542547063143af4dd94c160f859e7a71e4f5916 Mon Sep 17 00:00:00 2001 From: tosh2230 Date: Tue, 26 Sep 2023 23:24:49 +0900 Subject: [PATCH] v0.8.1 --- pyproject.toml | 2 +- src/stairlight/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 25ebac8..a576208 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stairlight" -version = "0.8.0" +version = "0.8.1" 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 9047547..feaea48 100644 --- a/src/stairlight/__init__.py +++ b/src/stairlight/__init__.py @@ -6,7 +6,7 @@ StairLight, ) -__version__ = "0.7.2" +__version__ = "0.8.1" __all__ = [ "ResponseType", "SearchDirection",