File tree 3 files changed +4
-4
lines changed
javascript/data-diff-viewer
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- __version__ = "0.3.1 "
1
+ __version__ = "0.3.2 "
2
2
3
3
from data_diff_viewer .diff_summary import DiffSummary
4
4
from data_diff_viewer .package import generate_report_string
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " data-diff-viewer" ,
3
- "version" : " 0.3.1 " ,
3
+ "version" : " 0.3.2 " ,
4
4
"private" : true ,
5
5
"dependencies" : {
6
6
"@duckdb/duckdb-wasm" : " 1.28.1-dev179.0" ,
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " data-diff-viewer"
3
- version = " 0.3.1 "
3
+ version = " 0.3.2 "
4
4
description = " Generate HTML reports to visualize the results of data-diff with bigquery-frame and spark-frame."
5
5
authors = [
" Furcy Pin <[email protected] >" ]
6
6
readme = " README.md"
@@ -79,7 +79,7 @@ testpaths = [
79
79
]
80
80
81
81
[tool .bumpversion ]
82
- current_version = " 0.3.1 "
82
+ current_version = " 0.3.2 "
83
83
commit = true
84
84
message = " Bump version: {current_version} → {new_version}"
85
85
tag = true
You can’t perform that action at this time.
0 commit comments