chg: Bump version

pull/502/head v1.15.0
Raphaël Vinot 2022-08-25 14:33:06 +02:00
parent 0ab43d454e
commit c42de0565c
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "lookyloo" name = "lookyloo"
version = "1.14.0" version = "1.15.0"
description = "Web interface to track the trackers." description = "Web interface to track the trackers."
authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"] authors = ["Raphaël Vinot <raphael.vinot@circl.lu>"]
license = "BSD-3-Clause" license = "BSD-3-Clause"

View File

@ -4,7 +4,7 @@ from setuptools import setup
setup( setup(
name='lookyloo', name='lookyloo',
version='1.15-dev', version='1.16-dev',
author='Raphaël Vinot', author='Raphaël Vinot',
author_email='raphael.vinot@circl.lu', author_email='raphael.vinot@circl.lu',
maintainer='Raphaël Vinot', maintainer='Raphaël Vinot',