Skip to content

Commit 5d3f86d

Browse files
committed
Bump version: 0.1.0 → 0.1.1
1 parent 1f6a49f commit 5d3f86d

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

.bumpversion.cfg

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.1.0
2+
current_version = 0.1.1
33
tag = True
44
commit = True
55
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}
88
[bumpversion:file:pyproject.toml]
99

1010
[bumpversion:file:data_diff_viewer/__init__.py]
11-
12-
# [bumpversion:file:sonar-project.properties]

data_diff_viewer/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "0.1.0"
1+
__version__ = "0.1.1"
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.0"
3+
version = "0.1.1"
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)