Skip to content

Commit 8498570

Browse files
authored
Merge pull request #823 from sanders41/bump-version
Bump version for release
2 parents ae0b41f + 53f2d52 commit 8498570

File tree

2 files changed

+32
-31
lines changed

2 files changed

+32
-31
lines changed

Cargo.lock

Lines changed: 30 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "python-project-generator"
3-
version = "2.1.4"
3+
version = "2.1.5"
44
edition = "2021"
55
authors = ["Paul Sanders <[email protected]>"]
66
description = "Generates a Python project structure."
@@ -22,7 +22,7 @@ clap = { version = "4.5.40", features = ["color", "suggestions", "derive"] }
2222
colored = "3.0.0"
2323
dirs = "6.0.0"
2424
exponential-backoff = "2.0.0"
25-
indicatif = "0.17.12"
25+
indicatif = "0.17.11"
2626
minijinja = "2.11.0"
2727
rayon = "1.10.0"
2828
reqwest = { version = "0.12.22", features = ["json", "blocking"] }

0 commit comments

Comments
 (0)