From bcc45d69a2e326b659dbf7ee4abf31882970500c Mon Sep 17 00:00:00 2001 From: shabbywu Date: Mon, 8 Apr 2024 10:16:57 +0800 Subject: [PATCH] bump version to 0.8.1 --- moby_distribution/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/moby_distribution/__init__.py b/moby_distribution/__init__.py index f6ad90b..d4126af 100644 --- a/moby_distribution/__init__.py +++ b/moby_distribution/__init__.py @@ -15,7 +15,7 @@ OCIManifestSchema1, ) -__version__ = "0.8.0" +__version__ = "0.8.1" __all__ = [ "DockerRegistryV2Client", "Blob", diff --git a/pyproject.toml b/pyproject.toml index 507905b..fc946fd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "moby-distribution" -version = "0.8.0" +version = "0.8.1" description = "Yet another moby(docker) distribution implement by python." authors = ["shabbywu "] license = "Apache-2.0"