Skip to content

Commit e09d10a

Browse files
committed
release: v0.3.1
1 parent a524a22 commit e09d10a

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "pytest-verify"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "A pytest plugin for snapshot verification with optional visual diff viewer."
99
authors = [
1010
{ name = "Mohamed Tahri", email = "simotahri1@gmail.com" }
@@ -41,7 +41,7 @@ Forks = "https://github.com/metahris/pytest-verify/network/members"
4141
Documentation = "https://github.com/metahris/pytest-verify#readme"
4242
Issues = "https://github.com/metahris/pytest-verify/issues"
4343
Changelog = "https://github.com/metahris/pytest-verify/releases"
44-
"Diff Viewer" = "https://github.com/metahris/pytest-verify/tree/master/verify-diff-viewer"
44+
DiffViewer = "https://github.com/metahris/pytest-verify/tree/master/verify-diff-viewer"
4545

4646

4747

verify-diff-viewer/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "verify-diff-viewer"
3-
version = "0.2.0"
3+
version = "0.3.1"
44
edition = "2021"
55
description = "Stylish terminal diff viewer for pytest-verify"
66
license = "Apache-2.0"

verify-diff-viewer/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "maturin"
44

55
[project]
66
name = "verify-diff-viewer"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "A fast terminal diff viewer for pytest-verify"
99
authors = [
1010
{ name = "Mohamed Tahri", email = "simotahri1@gmail.com" }

0 commit comments

Comments
 (0)