Bump version: 0.99.2 → 0.99.3

This commit is contained in:
Fabio Manganiello 2024-05-26 00:56:29 +02:00
parent e23664b5e7
commit ee3933dc77
Signed by untrusted user: 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.2'
__version__ = '0.99.3'
__all__ = [
'Application',
'Variable',

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.99.2
current_version = 0.99.3
commit = True
tag = True

View file

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