File tree 3 files changed +3
-5
lines changed
3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 0.1.0
2
+ current_version = 0.1.1
3
3
tag = True
4
4
commit = True
5
5
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?
@@ -8,5 +8,3 @@ serialize = {major}.{minor}.{patch}
8
8
[bumpversion:file:pyproject.toml]
9
9
10
10
[bumpversion:file:data_diff_viewer/__init__.py]
11
-
12
- # [bumpversion:file:sonar-project.properties]
Original file line number Diff line number Diff line change 1
- __version__ = "0.1.0 "
1
+ __version__ = "0.1.1 "
2
2
3
3
from data_diff_viewer .diff_summary import DiffSummary
4
4
from data_diff_viewer .package import generate_report
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " data-diff-viewer"
3
- version = " 0.1.0 "
3
+ version = " 0.1.1 "
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"
You can’t perform that action at this time.
0 commit comments