From 5bb0b6db6bb49395a176b32cc394743303f4d4fb Mon Sep 17 00:00:00 2001 From: Ritchie Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Tue, 6 Jan 2026 22:19:11 +0200 Subject: [PATCH] 4.0 stable --- pyproject.toml | 4 ++-- src/octosuite/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index cd52120..094eb1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "octosuite" -version = "4.0.0rc1" +version = "4.0.0" description = "TUI-based toolkit for GitHub data analysis." readme = "README.md" license = "MIT" @@ -16,7 +16,7 @@ dependencies = [ "black>=25.12.0", ] classifiers = [ - "Development Status :: 4 - Beta", + "Development Status :: 5 - Stable/Release", "Programming Language :: Python :: 3", "Intended Audience :: End Users/Desktop", "Operating System :: OS Independent", diff --git a/src/octosuite/__init__.py b/src/octosuite/__init__.py index b202e72..da6d8df 100644 --- a/src/octosuite/__init__.py +++ b/src/octosuite/__init__.py @@ -1,2 +1,2 @@ __pkg__ = "octosuite" -__version__ = "4.0.0rc1" +__version__ = "4.0.0"