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 1f9548d commit f80dc58Copy full SHA for f80dc58
data_diff/version.py
@@ -1 +1 @@
1
-__version__ = "0.8.0"
+__version__ = "0.8.1"
pyproject.toml
@@ -1,6 +1,6 @@
[tool.poetry]
2
name = "data-diff"
3
-version = "0.8.0"
+version = "0.8.1"
4
description = "Command-line tool and Python library to efficiently diff rows across two different databases."
5
authors = ["Datafold <data-diff@datafold.com>"]
6
license = "MIT"
0 commit comments