chg: Bump version

pull/490/head v1.14.0
Raphaël Vinot 2022-08-08 15:18:41 +02:00
parent 5013f5b5c1
commit 78613a754c
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',