From 567c11591669f92437717b5f184e9b644650a1a9 Mon Sep 17 00:00:00 2001 From: Patryk Bujna Date: Wed, 5 Aug 2026 15:21:40 +0000 Subject: [PATCH] Release v1.0.3: stamp app.conf + pyproject version --- apius_lang_entropy/default/app.conf | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apius_lang_entropy/default/app.conf b/apius_lang_entropy/default/app.conf index 5f1acb9..f86f8fa 100644 --- a/apius_lang_entropy/default/app.conf +++ b/apius_lang_entropy/default/app.conf @@ -9,7 +9,7 @@ label = Apius Language Entropy [launcher] author = Apius Technologies description = Bigram cross-entropy scoring against language models (DGA / C2 domain hunting) -version = 1.0.2 +version = 1.0.3 [package] id = apius_lang_entropy diff --git a/pyproject.toml b/pyproject.toml index 4867cef..84eba05 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ license = "MIT" requires-python = ">=3.9" # Version is kept in sync with the git release tag by CI, alongside # app.conf [launcher] version (ADR-0004). "0.0.0" is the unreleased placeholder. -version = "1.0.2" +version = "1.0.3" # Canonical ruff configuration for Apius Splunk apps. # Kept in sync across the fleet via the splunk-app-template repo.