bump version to v0.1.1

This commit is contained in:
Robert Kaussow 2020-05-05 08:30:22 +02:00
parent f322be658f
commit 3599ba6128
2 changed files with 5 additions and 2 deletions

View File

@ -1 +1,4 @@
* initial release
* ENHANCEMENT
* always print determined tag list to console
* BUGFUX
* fix undefined variable

View File

@ -2,7 +2,7 @@
__author__ = "Robert Kaussow"
__project__ = "docker-autotag"
__version__ = "0.1.0"
__version__ = "0.1.1"
__license__ = "MIT"
__maintainer__ = "Robert Kaussow"
__email__ = "mail@geeklabor.de"