Skip to content

Commit

Permalink
Merge pull request #120 from tosh2230/0.7.1
Browse files Browse the repository at this point in the history
Version 0.7.1
  • Loading branch information
tosh2230 authored Feb 23, 2023
2 parents 9e6b0bd + 1038a1f commit d789d0a
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.7.0"
version = "0.7.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 @@ -5,5 +5,5 @@
is_cyclic,
)

__version__ = "0.7.0"
__version__ = "0.7.1"
__all__ = ["StairLight", "ResponseType", "SearchDirection", "is_cyclic", "__version__"]

0 comments on commit d789d0a

Please sign in to comment.