We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 992f66f commit 5d88616Copy full SHA for 5d88616
2 files changed
data_lineage/__init__.py
@@ -1,5 +1,5 @@
1
# flake8: noqa
2
-__version__ = "0.7.5"
+__version__ = "0.7.6"
3
4
import datetime
5
import json
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
name = "data-lineage"
-version = "0.7.5"
+version = "0.7.6"
description = "Open Source Data Lineage Tool for Redshift. Snowflake and many other databases"
authors = ["Tokern <info@tokern.io>"]
6
license = "MIT"
0 commit comments