Skip to content

Commit 1899ffd

Browse files
authored
Merge pull request #29 from Intsights/viktor-fix-plt-1179-cd-add-arm64-linux-build
Fix PLT-1179: CD | fix summary issue
2 parents 133a163 + 21138dc commit 1899ffd

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pydomainextractor"
3-
version = "0.13.8"
3+
version = "0.13.9"
44
authors = ["Viktor Vilskyi <[email protected]>"]
55
edition = "2021"
66
repository = "https://github.com/intsights/pydomainextractor"

pyproject.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[project]
22
name = "pydomainextractor"
3-
version = "0.13.8"
4-
description = "A blazingly fast domain extraction library written in Rust"
3+
version = "0.13.9"
54
authors = [
65
{email = "[email protected]"},
76
{name = "Viktor Vilskyi"}
@@ -40,7 +39,7 @@ sdist-include = [
4039

4140
[tool.poetry]
4241
name = "pydomainextractor"
43-
version = "0.13.8"
42+
version = "0.13.9"
4443
authors = ["Viktor Vilskyi <[email protected]>"]
4544
description = "A blazingly fast domain extraction library written in Rust"
4645
readme = "README.md"

0 commit comments

Comments
 (0)