4.0.0-beta1

This commit is contained in:
Ritchie Mwewa
2026-01-03 16:36:07 +02:00
parent be2e686720
commit 7bf04cffd4
3 changed files with 4 additions and 4 deletions

View File

@@ -1,4 +1,4 @@
![octosuite](img/octosuite.png)
![octosuite](https://raw.githubusercontent.com/bellingcat/octosuite/refs/heads/master/img/octosuite.png)
TUI-based toolkit for GitHub data analysis.
@@ -60,7 +60,7 @@ data source
and
choosing what information to retrieve. Preview the results and optionally export them in your preferred format.
![home](img/menu.png)
![home](https://raw.githubusercontent.com/bellingcat/octosuite/refs/heads/master/img/menu.png)
## License

View File

@@ -1,6 +1,6 @@
[project]
name = "octosuite"
version = "4.0.0-beta"
version = "4.0.0-beta1"
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"
__version__ = "4.0.0-beta1"