Skip to content

Commit

Permalink
Merge pull request #163 from tosh2230/v0.9.2
Browse files Browse the repository at this point in the history
Version 0.9.2
  • Loading branch information
tosh2230 authored May 31, 2024
2 parents f134256 + 568c994 commit c019b29
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.9.1"
version = "0.9.2"
description = "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.9.1"
__version__ = "0.9.2"
__all__ = [
"ResponseType",
"SearchDirection",
Expand Down

0 comments on commit c019b29

Please sign in to comment.