Skip to content

Commit 7dc65a9

Browse files
committed
fix(cd): fix summary issue
1 parent 2d8a4cf commit 7dc65a9

File tree

2 files changed

+7
-8
lines changed

2 files changed

+7
-8
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[package]
22
name = "pydomainextractor"
3-
version = "0.13.7"
4-
authors = ["Gal Ben David <gal@intsights.com>"]
3+
version = "0.13.8"
4+
authors = ["Viktor Vilskyi <viktor_vilskyi@rapid7.com>"]
55
edition = "2021"
6-
description = "A blazingly fast domain extraction library written in Rust"
76
repository = "https://github.com/intsights/pydomainextractor"
87
homepage = "https://github.com/intsights/pydomainextractor"
98
license = "MIT"

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[project]
22
name = "pydomainextractor"
3-
version = "0.13.7"
3+
version = "0.13.8"
44
description = "A blazingly fast domain extraction library written in Rust"
55
authors = [
6-
{email = "gal@intsights.com"},
7-
{name = "Gal Ben David"}
6+
{email = "viktor_vilskyi@rapid7.com"},
7+
{name = "Viktor Vilskyi"}
88
]
99
requires-python = ">=3.7"
1010
license = {file = "LICENSE"}
@@ -40,8 +40,8 @@ sdist-include = [
4040

4141
[tool.poetry]
4242
name = "pydomainextractor"
43-
version = "0.12.0"
44-
authors = ["Gal Ben David <gal@intsights.com>"]
43+
version = "0.13.8"
44+
authors = ["Viktor Vilskyi <viktor_vilskyi@rapid7.com>"]
4545
description = "A blazingly fast domain extraction library written in Rust"
4646
readme = "README.md"
4747
repository = "https://github.com/intsights/pydomainextractor"

0 commit comments

Comments
 (0)