Skip to content

Commit

Permalink
Merge pull request #29 from Intsights/viktor-fix-plt-1179-cd-add-arm6…
Browse files Browse the repository at this point in the history
…4-linux-build

Fix PLT-1179: CD | fix summary issue
  • Loading branch information
vvilskyi-r7 authored Mar 25, 2024
2 parents 133a163 + 21138dc commit 1899ffd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pydomainextractor"
version = "0.13.8"
version = "0.13.9"
authors = ["Viktor Vilskyi <[email protected]>"]
edition = "2021"
repository = "https://github.com/intsights/pydomainextractor"
Expand Down
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[project]
name = "pydomainextractor"
version = "0.13.8"
description = "A blazingly fast domain extraction library written in Rust"
version = "0.13.9"
authors = [
{email = "[email protected]"},
{name = "Viktor Vilskyi"}
Expand Down Expand Up @@ -40,7 +39,7 @@ sdist-include = [

[tool.poetry]
name = "pydomainextractor"
version = "0.13.8"
version = "0.13.9"
authors = ["Viktor Vilskyi <[email protected]>"]
description = "A blazingly fast domain extraction library written in Rust"
readme = "README.md"
Expand Down

0 comments on commit 1899ffd

Please sign in to comment.