mirror of
https://github.com/containers/podman-compose.git
synced 2025-02-03 20:09:51 +01:00
release 0.1.5
This commit is contained in:
parent
be2726da18
commit
f008986633
@ -31,6 +31,8 @@ except ImportError:
|
||||
import json
|
||||
import yaml
|
||||
|
||||
__version__ = '0.1.5'
|
||||
|
||||
PY3 = sys.version_info[0] == 3
|
||||
if PY3:
|
||||
basestring = str
|
||||
|
4
setup.py
4
setup.py
@ -6,11 +6,11 @@ try:
|
||||
except:
|
||||
readme = ''
|
||||
|
||||
version = '0.1.4'
|
||||
from podman_compose import __version__ as podman_compose_version
|
||||
|
||||
setup(
|
||||
name='podman-compose',
|
||||
version=version,
|
||||
version=podman_compose_version,
|
||||
description="A script to run docker-compose.yml using podman",
|
||||
long_description=readme,
|
||||
long_description_content_type='text/markdown',
|
||||
|
Loading…
Reference in New Issue
Block a user