Bump version: 1.0.6 → 1.0.7

This commit is contained in:
Fabio Manganiello 2024-06-02 17:49:31 +02:00
parent 7d6ffc76fb
commit 4f19b45975
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ when = hook
__author__ = 'Fabio Manganiello <fabio@manganiello.tech>'
__version__ = '1.0.6'
__version__ = '1.0.7'
__all__ = [
'Application',
'Variable',

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.0.6
current_version = 1.0.7
commit = True
tag = True

View file

@ -66,7 +66,7 @@ backend = pkg_files('platypush/backend')
setup(
name="platypush",
version="1.0.6",
version="1.0.7",
author="Fabio Manganiello",
author_email="fabio@manganiello.tech",
description="Platypush service",