Update README.md

This commit is contained in:
Ritchie Mwewa
2026-01-03 17:17:33 +02:00
parent 04e35dbc98
commit 66abbcbef6
3 changed files with 3 additions and 2 deletions

View File

@@ -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

View File

@@ -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"

View File

@@ -1,2 +1,2 @@
__pkg__ = "octosuite"
__version__ = "4.0.0-beta1"
__version__ = "4.0.0beta1"