diff --git a/moby_distribution/__init__.py b/moby_distribution/__init__.py index 016707e..875f9cc 100644 --- a/moby_distribution/__init__.py +++ b/moby_distribution/__init__.py @@ -15,7 +15,7 @@ OCIManifestSchema1, ) -__version__ = "0.7.1" +__version__ = "0.7.2" __all__ = [ "DockerRegistryV2Client", "Blob", diff --git a/pyproject.toml b/pyproject.toml index a763e49..f5bf905 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "moby-distribution" -version = "0.7.1" +version = "0.7.2" description = "Yet another moby(docker) distribution implement by python." authors = ["shabbywu "] license = "Apache-2.0"