From 97bb7e3007b0624a2262d1530f430a828170e0f3 Mon Sep 17 00:00:00 2001 From: Patryk Bujna Date: Mon, 20 Jul 2026 12:55:02 +0000 Subject: [PATCH] Release v1.0.2: 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 b6a795f..5f1acb9 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.1 +version = 1.0.2 [package] id = apius_lang_entropy diff --git a/pyproject.toml b/pyproject.toml index 9571e7c..4867cef 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.1" +version = "1.0.2" # Canonical ruff configuration for Apius Splunk apps. # Kept in sync across the fleet via the splunk-app-template repo.