From f000e16c66d3dd7db34e984f01ba20a406a797b7 Mon Sep 17 00:00:00 2001 From: Dan Date: Mon, 2 Oct 2023 14:15:26 -0600 Subject: [PATCH] increment version to 0.9.0 --- data_diff/version.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data_diff/version.py b/data_diff/version.py index 2076ce05..3e2f46a3 100644 --- a/data_diff/version.py +++ b/data_diff/version.py @@ -1 +1 @@ -__version__ = "0.8.5rc1" +__version__ = "0.9.0" diff --git a/pyproject.toml b/pyproject.toml index 062e4d4b..b832dd6e 100755 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "data-diff" -version = "0.8.5rc1" +version = "0.9.0" description = "Command-line tool and Python library to efficiently diff rows across two different databases." authors = ["Datafold "] license = "MIT"