Skip to content

Commit

Permalink
v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tosh2230 committed Nov 2, 2023
1 parent 028d648 commit dee2cd1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <rev.to12@gmail.com>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion src/stairlight/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
StairLight,
)

__version__ = "0.8.1"
__version__ = "0.8.2"
__all__ = [
"ResponseType",
"SearchDirection",
Expand Down

0 comments on commit dee2cd1

Please sign in to comment.