diff --git a/podman_compose.py b/podman_compose.py index 69a6a6d..7e24c7d 100755 --- a/podman_compose.py +++ b/podman_compose.py @@ -35,7 +35,7 @@ except ImportError: import json import yaml -__version__ = '0.1.7dev' +__version__ = '0.1.8' PY3 = sys.version_info[0] == 3 if PY3: diff --git a/setup.py b/setup.py index d61d8f7..9ffe3d0 100644 --- a/setup.py +++ b/setup.py @@ -13,8 +13,6 @@ setup( long_description_content_type='text/markdown', classifiers=[ "Programming Language :: Python", - "Programming Language :: Python :: 2", - "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6",