4.0 stable

This commit is contained in:
Ritchie Mwewa
2026-01-06 22:19:11 +02:00
parent 1916a7e1a6
commit 5bb0b6db6b
2 changed files with 3 additions and 3 deletions

View File

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

View File

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