Bump version: 1.1.1 → 1.1.2

This commit is contained in:
Fabio Manganiello 2024-07-16 12:01:45 +02:00
parent 71ff453587
commit 6f8a81f020
Signed by untrusted user: blacklight
GPG key ID: D90FBA7F76362774
2 changed files with 2 additions and 2 deletions

View file

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

View file

@ -1,5 +1,5 @@
[bumpversion]
current_version = 1.1.1
current_version = 1.1.2
commit = True
tag = True