Bump version: 1.0.4 → 1.0.5

This commit is contained in:
Fabio Manganiello 2024-06-01 01:43:12 +02:00
parent c61a1b89d6
commit 67b6e3a608
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>' __author__ = 'Fabio Manganiello <fabio@manganiello.tech>'
__version__ = '1.0.4' __version__ = '1.0.5'
__all__ = [ __all__ = [
'Application', 'Application',
'Variable', 'Variable',

View file

@ -1,5 +1,5 @@
[bumpversion] [bumpversion]
current_version = 1.0.4 current_version = 1.0.5
commit = True commit = True
tag = True tag = True

View file

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