diff --git a/README.md b/README.md index f0c32be..993a5ed 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ which have When testing the `AWX3` example, if you got errors just wait for db migrations to end. - +There is also AWX 17.1.0 ## Tests diff --git a/podman_compose.py b/podman_compose.py index c540b0a..6be5399 100755 --- a/podman_compose.py +++ b/podman_compose.py @@ -35,7 +35,7 @@ except ImportError: import yaml from dotenv import dotenv_values -__version__ = '1.0.2' +__version__ = '1.0.3' PY3 = sys.version_info[0] == 3 if PY3: