Skip to content

Commit 1038a1f

Browse files
committed
0.7.1
1 parent 9e6b0bd commit 1038a1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "stairlight"
3-
version = "0.7.0"
3+
version = "0.7.1"
44
description = "An end-to-end data lineage tool"
55
authors = ["tosh2230 <rev.to12@gmail.com>"]
66
license = "MIT"

src/stairlight/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
is_cyclic,
66
)
77

8-
__version__ = "0.7.0"
8+
__version__ = "0.7.1"
99
__all__ = ["StairLight", "ResponseType", "SearchDirection", "is_cyclic", "__version__"]

0 commit comments

Comments
 (0)