Skip to content

Commit ab35d35

Browse files
authored
Merge pull request #13 from alithethird/chore/v0.1.2
Chore: Change version to 0.1.2
2 parents 2378598 + dee1092 commit ab35d35

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "vipyrdocs"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2021"
55

66
[[bin]]

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ use inheritance::InheritanceTracker;
1212
#[derive(Parser, Debug)]
1313
#[command(
1414
name = "vipyrdocs",
15-
version = "0.1.1",
15+
version = "0.1.2",
1616
about = "🐍 vipyrdocs — Fast. Lethal. Python docstring checks.",
1717
long_about = r#"
1818
vipyrdocs — Fast. Lethal. Python docstring checks.

0 commit comments

Comments
 (0)