Skip to content

Commit 6f4b6e3

Browse files
committed
Bump version: 0.1.1 → 0.1.2
1 parent c48db05 commit 6f4b6e3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.1
2+
current_version = 0.1.2
33
tag = True
44
commit = True
55
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(\.(?P<release>[a-z]+)(?P<dev>\d+))?

data_diff_viewer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.1"
1+
__version__ = "0.1.2"
22

33
from data_diff_viewer.diff_summary import DiffSummary
44
from data_diff_viewer.package import generate_report

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "data-diff-viewer"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Generate HTML reports to visualize the results of data-diff with bigquery-frame and spark-frame."
55
authors = ["Furcy Pin <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)