Skip to content
This repository was archived by the owner on May 17, 2024. It is now read-only.

Commit e09a45b

Browse files
authored
Merge pull request #472 from dlawin/data_diff_0_6_0
increment data-diff version
2 parents 9cb0e1d + 71755f4 commit e09a45b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data_diff/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.5.0"
1+
__version__ = "0.6.0"

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-diff"
3-
version = "0.5.0"
3+
version = "0.6.0"
44
description = "Command-line tool and Python library to efficiently diff rows across two different databases."
55
authors = ["Datafold <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)