We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4965468 commit f441966Copy full SHA for f441966
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "pyrepscan"
3
-version = "0.10.0"
+version = "0.11.0"
4
authors = ["Gal Ben David <[email protected]>"]
5
edition = "2021"
6
description = "A Git Repository Secrets Scanner written in Rust"
@@ -27,6 +27,7 @@ classifier = [
27
"Programming Language :: Python :: 3.8",
28
"Programming Language :: Python :: 3.9",
29
"Programming Language :: Python :: 3.10",
30
+ "Programming Language :: Python :: 3.11",
31
"Programming Language :: Rust",
32
]
33
0 commit comments