From 34190f94992d9639b7f41f397410012090183b89 Mon Sep 17 00:00:00 2001 From: spencrr <23708360+spencrr@users.noreply.github.com> Date: Tue, 19 May 2026 19:28:21 -0700 Subject: [PATCH] [MAINT]: bump 0.1.1, add readme badges --- README.md | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 971dde8..a1be8be 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@

- RAMPART Logo + RAMPART Logo

RAMPART

@@ -10,11 +10,11 @@

- OpenSSF Scorecard - CI - - - + OpenSSF Scorecard + GitHub CI + PyPI - Version + PyPI - Python Version + PyPI - License

--- diff --git a/pyproject.toml b/pyproject.toml index 4864de9..d45f79f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "RAMPART" -version = "0.1.0" +version = "0.1.1.dev0" description = "A pytest-native safety testing framework for agentic AI applications" readme = "README.md" license = "MIT"