From 5609785355afed3ff6c63b14331e729d0f929b8b Mon Sep 17 00:00:00 2001 From: konsti Date: Tue, 21 May 2024 10:38:18 +0200 Subject: [PATCH] Release 0.6.2 (#17) --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4047454..357813e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -345,7 +345,7 @@ dependencies = [ [[package]] name = "python-pkginfo" -version = "0.6.1" +version = "0.6.2" dependencies = [ "bzip2", "flate2", diff --git a/Cargo.toml b/Cargo.toml index 5961c18..627db5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python-pkginfo" -version = "0.6.1" +version = "0.6.2" authors = ["messense "] edition = "2021" description = "Parse Python package metadata from sdist and bdists and etc."