Skip to content

Commit

Permalink
upgrade to 0.7.0, for droping cryptography<37.0 support
Browse files Browse the repository at this point in the history
  • Loading branch information
shabbywu committed Apr 7, 2024
1 parent bf6d0b9 commit d9886b7
Show file tree
Hide file tree
Showing 3 changed files with 319 additions and 318 deletions.
2 changes: 1 addition & 1 deletion moby_distribution/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
from moby_distribution.spec.image_json import ImageJSON
from moby_distribution.spec.manifest import ManifestSchema1, ManifestSchema2, OCIManifestSchema1

__version__ = "0.6.0"
__version__ = "0.7.0"
__ALL__ = [
"DockerRegistryV2Client",
"Blob",
Expand Down
Loading

0 comments on commit d9886b7

Please sign in to comment.