diff --git a/pyproject.toml b/pyproject.toml index 9701b37..7d40df6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "semgrep_rules_manager" -version = "0.2.1" +version = "0.3.1" description = "Manager of third-party Semgrep rules" keywords = ["semgrep", "semgrep-rules", "semgrep-rules-manager", "sast"] authors = ["George-Andrei Iosif "] diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index d8a3558..90c8fb5 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: semgrep-rules-manager -version: '0.2' +version: '0.3' base: core22 architectures: - build-on: amd64