diff --git a/client/pyproject.toml b/client/pyproject.toml index 0a2b6b89..0204dc1c 100644 --- a/client/pyproject.toml +++ b/client/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pylookyloo" -version = "1.1.1" +version = "1.2" description = "Python client for Lookyloo" authors = ["Raphaël Vinot "] license = "AGPL-3.0-or-later" diff --git a/pyproject.toml b/pyproject.toml index b22d7971..b2958592 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lookyloo" -version = "1.1" +version = "1.2" description = "Web interface to track the trackers." authors = ["Raphaël Vinot "] license = "BSD-3-Clause"