Bump version: 1.1.0 → 1.1.1

This commit is contained in:
Fabio Manganiello 2024-06-25 01:51:09 +02:00
parent 5799a2b352
commit c7ee97bb0b
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>' __author__ = 'Fabio Manganiello <fabio@manganiello.tech>'
__version__ = '1.1.0' __version__ = '1.1.1'
__all__ = [ __all__ = [
'Application', 'Application',
'Variable', 'Variable',

View file

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