Bump version: 0.99.0 → 0.99.1
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Fabio Manganiello 2024-05-26 00:44:30 +02:00
parent bf5aece08b
commit d3562f4d20
Signed by: blacklight
GPG Key ID: D90FBA7F76362774
3 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.99.0
current_version = 0.99.1
commit = True
tag = True

View File

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