From 66abbcbef63dc68f6b6b6e8be5efc3d3c5648e79 Mon Sep 17 00:00:00 2001 From: Ritchie Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sat, 3 Jan 2026 17:17:33 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + pyproject.toml | 2 +- src/octosuite/__init__.py | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 83fca42..ccbf4a1 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ TUI-based toolkit for GitHub data analysis. ![Code Size](https://img.shields.io/github/languages/code-size/bellingcat/octosuite) ![Release Date](https://img.shields.io/github/release-date/bellingcat/octosuite) ![Build Status](https://img.shields.io/github/actions/workflow/status/bellingcat/octosuite/python-publish.yml) +[![CodeQL Advanced](https://github.com/bellingcat/octosuite/actions/workflows/codeql.yml/badge.svg)](https://github.com/bellingcat/octosuite/actions/workflows/codeql.yml) ![License](https://img.shields.io/github/license/bellingcat/octosuite) ## Overview diff --git a/pyproject.toml b/pyproject.toml index fad82d5..5bde0b0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "octosuite" -version = "4.0.0-beta1" +version = "4.0.0beta1" description = "TUI-based toolkit for GitHub data analysis." readme = "README.md" license = "MIT" diff --git a/src/octosuite/__init__.py b/src/octosuite/__init__.py index e601677..9bbbd90 100644 --- a/src/octosuite/__init__.py +++ b/src/octosuite/__init__.py @@ -1,2 +1,2 @@ __pkg__ = "octosuite" -__version__ = "4.0.0-beta1" +__version__ = "4.0.0beta1"