Skip to content

Commit e3178e6

Browse files
committed
Bump version: 0.1.3 → 0.2.0
1 parent 2b9f578 commit e3178e6

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.3
2+
current_version = 0.2.0
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.3"
1+
__version__ = "0.2.0"
22

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

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.3"
3+
version = "0.2.0"
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)