Skip to content

Commit 7505559

Browse files
committed
chore: Prepare release 0.8.4
1 parent 46f7b97 commit 7505559

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data_lineage/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# flake8: noqa
2-
__version__ = "0.8.3"
2+
__version__ = "0.8.4"
33

44
import datetime
55
import json

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 = "data-lineage"
3-
version = "0.8.3"
3+
version = "0.8.4"
44
description = "Open Source Data Lineage Tool for Redshift. Snowflake and many other databases"
55
authors = ["Tokern <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)