From cdb3632994f0db23bf55e9d66629b54b6e7777ba Mon Sep 17 00:00:00 2001 From: Peter Byfield Date: Thu, 9 Jan 2025 21:52:09 +0100 Subject: [PATCH] Bump version v0.6.0 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f273d087..65d9bd9c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -626,7 +626,7 @@ dependencies = [ [[package]] name = "pyimports" -version = "0.5.2" +version = "0.6.0" dependencies = [ "anyhow", "derive-new", diff --git a/Cargo.toml b/Cargo.toml index 97f15675..c80c7ed0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ repository = "https://github.com/Peter554/pyimports" documentation = "https://docs.rs/pyimports/" readme = "README.md" license = "MIT" -version = "0.5.2" +version = "0.6.0" edition = "2021" exclude = [ ".github/*", @@ -38,4 +38,4 @@ pretty_assertions = "1.4.1" [features] default = [] -testutils = [] \ No newline at end of file +testutils = []