mirror of
https://github.com/containers/podman-compose.git
synced 2025-08-09 13:54:59 +02:00
release 0.1.5
This commit is contained in:
@ -31,6 +31,8 @@ except ImportError:
|
||||
import json
|
||||
import yaml
|
||||
|
||||
__version__ = '0.1.5'
|
||||
|
||||
PY3 = sys.version_info[0] == 3
|
||||
if PY3:
|
||||
basestring = str
|
||||
|
Reference in New Issue
Block a user