call it v 1.1.7

This commit is contained in:
Tobias Diekershoff 2023-01-14 12:38:47 +01:00
parent 8f3ba1e55d
commit cd40e283ac
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "brewserverblocklist"
version = "1.1.5"
version = "1.1.7"
description = "A python script to collect the server-wide blocklists from Friendica nodes to build a collection from trusted admin choice"
authors = ["Tobias Diekershoff"]
license = "GNU General Public License v3.0"
@ -10,7 +10,6 @@ include = [
]
packages = [
{ include = "brewserverblocklist", from = "src"},
{ include = "bargparse", from = "src"}
]
[tool.poetry.scripts]