Skip to content

Commit

Permalink
start version 1.0.7 and default with pod enabled by default
Browse files Browse the repository at this point in the history
  • Loading branch information
muayyad-alsadi committed Apr 9, 2023
1 parent f6dbce3 commit 7f5ce26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions podman_compose.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
import yaml
from dotenv import dotenv_values

__version__ = "1.0.6"
__version__ = "1.0.7"

script = os.path.realpath(sys.argv[0])

Expand Down Expand Up @@ -1667,7 +1667,7 @@ def _init_global_parser(parser):
help="pod creation",
metavar="in_pod",
type=bool,
default=False,
default=True,
)
parser.add_argument(
"--pod-args",
Expand Down

0 comments on commit 7f5ce26

Please sign in to comment.