Skip to content

Commit

Permalink
bump version to 0.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
shabbywu committed Apr 7, 2024
1 parent a806045 commit 0c119d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion moby_distribution/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
OCIManifestSchema1,
)

__version__ = "0.7.1"
__version__ = "0.7.2"
__all__ = [
"DockerRegistryV2Client",
"Blob",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
license = "Apache-2.0"
Expand Down

0 comments on commit 0c119d0

Please sign in to comment.