diff --git a/Cargo.lock b/Cargo.lock index 4341571a..ff10994c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -463,7 +463,7 @@ dependencies = [ [[package]] name = "pyimports" -version = "0.3.4" +version = "0.3.5" dependencies = [ "anyhow", "lazy_static", diff --git a/Cargo.toml b/Cargo.toml index 7243d28f..d3a78e1e 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.3.4" +version = "0.3.5" edition = "2021" exclude = [ ".github/*", diff --git a/Taskfile.yml b/Taskfile.yml index 94e6dc6c..5891018f 100644 --- a/Taskfile.yml +++ b/Taskfile.yml @@ -41,6 +41,7 @@ tasks: - git commit -m "Bump version v$(cargo metadata --format-version=1 --no-deps | jq -r '.packages[0].version')" - git tag "v$(cargo metadata --format-version=1 --no-deps | jq -r '.packages[0].version')" - cargo publish + - git push - git push --tags check.uncommitted-changes: