chg: Bump version

pull/497/head
Raphaël Vinot 2022-08-08 15:18:41 +02:00
parent 618bbb920f
commit 9bec88d6c1
2 changed files with 2 additions and 2 deletions

View File

@ -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 <raphael.vinot@circl.lu>"]
license = "BSD-3-Clause"

View File

@ -4,7 +4,7 @@ from setuptools import setup
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',