Skip to content

Commit

Permalink
Merge pull request #150 from tosh2230/v0.9.0
Browse files Browse the repository at this point in the history
Version 0.9.0
  • Loading branch information
tosh2230 authored Nov 7, 2023
2 parents 33f2c15 + f28199d commit e7ed5f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg?style=flat-square)](https://github.com/psf/black)
[![CI](https://github.com/tosh2230/stairlight/actions/workflows/ci.yml/badge.svg)](https://github.com/tosh2230/stairlight/actions/workflows/ci.yml)

An end-to-end data lineage tool, detects table dependencies from SQL statements.
Stairlight is a data lineage tool, detects table dependencies from rendered SQL statements.

<div align="left">
<img src="https://raw.githubusercontent.com/tosh2230/stairlight/main/img/drawio/concepts.drawio.png" width="1080" alt="concepts">
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[tool.poetry]
name = "stairlight"
version = "0.8.2"
description = "An end-to-end data lineage tool"
version = "0.9.0"
description = "Data lineage tool"
authors = ["tosh2230 <rev.to12@gmail.com>"]
license = "MIT"
readme = "README.md"
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.2"
__version__ = "0.9.0"
__all__ = [
"ResponseType",
"SearchDirection",
Expand Down

0 comments on commit e7ed5f3

Please sign in to comment.