Skip to content

Commit

Permalink
Merge pull request #148 from tosh2230/v0.8.2
Browse files Browse the repository at this point in the history
Version 0.8.2
  • Loading branch information
tosh2230 authored Nov 3, 2023
2 parents 028d648 + dee2cd1 commit 8c75267
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 8c75267

Please sign in to comment.