diff --git a/pyproject.toml b/pyproject.toml index c0af622e..e8ea02f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "lookyloo" -version = "1.13.0" +version = "1.14.0" description = "Web interface to track the trackers." authors = ["Raphaël Vinot "] license = "BSD-3-Clause" diff --git a/setup.py b/setup.py index e085c572..6af5b394 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name='lookyloo', - version='1.13-dev', + version='1.15-dev', author='Raphaël Vinot', author_email='raphael.vinot@circl.lu', maintainer='Raphaël Vinot',