diff --git a/pyproject.toml b/pyproject.toml index 69428fe..b543a90 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "stairlight" -version = "0.7.0" +version = "0.7.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 7d01fd9..4a80b78 100644 --- a/src/stairlight/__init__.py +++ b/src/stairlight/__init__.py @@ -5,5 +5,5 @@ is_cyclic, ) -__version__ = "0.7.0" +__version__ = "0.7.1" __all__ = ["StairLight", "ResponseType", "SearchDirection", "is_cyclic", "__version__"]