Skip to content

Commit

Permalink
Merge pull request #141 from tosh2230/v0.8.1
Browse files Browse the repository at this point in the history
Version 0.8.1
  • Loading branch information
tosh2230 authored Sep 26, 2023
2 parents edc0d79 + b542547 commit 5140b3c
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.0"
version = "0.8.1"
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.7.2"
__version__ = "0.8.1"
__all__ = [
"ResponseType",
"SearchDirection",
Expand Down

0 comments on commit 5140b3c

Please sign in to comment.