From 3cdc2d9c02b390c281bf1e7271af5d6839308809 Mon Sep 17 00:00:00 2001 From: shabbywu Date: Wed, 9 Feb 2022 15:15:46 +0800 Subject: [PATCH] =?UTF-8?q?bugfix:=20=E4=BF=AE=E5=A4=8D=20History.created?= =?UTF-8?q?=20=E6=9C=AA=E8=B5=8B=E5=80=BC=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 f476299..6fbdc9e 100644 --- a/moby_distribution/__init__.py +++ b/moby_distribution/__init__.py @@ -7,7 +7,7 @@ from moby_distribution.spec.image_json import ImageJSON from moby_distribution.spec.manifest import ManifestSchema1, ManifestSchema2, OCIManifestSchema1 -__version__ = "0.4.2" +__version__ = "0.4.3" __ALL__ = [ "DockerRegistryV2Client", "Blob", diff --git a/pyproject.toml b/pyproject.toml index 56a1a57..dc7d896 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "moby-distribution" -version = "0.4.2" +version = "0.4.3" description = "Yet another moby(docker) distribution implement by python." authors = ["shabbywu "] license = "Apache-2.0"