diff --git a/Cargo.lock b/Cargo.lock index f5c24504..c0c646eb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1040,7 +1040,7 @@ dependencies = [ [[package]] name = "python-project-generator" -version = "2.3.3" +version = "2.4.0" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index a3606c1f..22ca3b35 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python-project-generator" -version = "2.3.3" +version = "2.4.0" edition = "2021" authors = ["Paul Sanders "] description = "Generates a Python project structure."