From d8ac3a6900304a7815bcf712dae2d271bf5e3614 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Thu, 23 Jul 2020 16:10:54 +0200 Subject: [PATCH] chg: Bump version --- client/pyproject.toml | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/client/pyproject.toml b/client/pyproject.toml index 0a2b6b8..0204dc1 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 b22d797..b295859 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"