diff --git a/Cargo.lock b/Cargo.lock index 83cc014..d1dad56 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -878,7 +878,7 @@ dependencies = [ [[package]] name = "python-project-generator" -version = "1.0.36" +version = "1.0.37" dependencies = [ "anyhow", "clap", diff --git a/Cargo.toml b/Cargo.toml index 186408f..b7dac71 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "python-project-generator" -version = "1.0.36" +version = "1.0.37" edition = "2021" authors = ["Paul Sanders "] description = "Generates a Python project structure."