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.
2 parents f1169f9 + 67486f5 commit 846a371Copy full SHA for 846a371
.github/workflows/build.yml
@@ -32,6 +32,7 @@ jobs:
32
- '3.8'
33
- '3.9'
34
- '3.10'
35
+ - '3.11'
36
os:
37
- ubuntu-latest
38
- macos-latest
.github/workflows/deploy.yml
@@ -14,6 +14,7 @@ jobs:
14
15
16
17
18
19
20
pyproject.toml
@@ -13,7 +13,7 @@ sdist-include = [
13
[tool.poetry]
name = "pyrepscan"
-version = "0.10.0"
+version = "0.11.0"
authors = ["Gal Ben David <[email protected]>"]
description = "A Git Repository Secrets Scanner written in Rust"
readme = "README.md"
0 commit comments