From 7bf04cffd4e690febe0b27ac3275136222a9b3d8 Mon Sep 17 00:00:00 2001 From: Ritchie Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Sat, 3 Jan 2026 16:36:07 +0200 Subject: [PATCH] 4.0.0-beta1 --- README.md | 4 ++-- pyproject.toml | 2 +- src/octosuite/__init__.py | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4ff37a1..e568124 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/pyproject.toml b/pyproject.toml index 0bb03c1..856cf4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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" diff --git a/src/octosuite/__init__.py b/src/octosuite/__init__.py index da6d8df..e601677 100644 --- a/src/octosuite/__init__.py +++ b/src/octosuite/__init__.py @@ -1,2 +1,2 @@ __pkg__ = "octosuite" -__version__ = "4.0.0" +__version__ = "4.0.0-beta1"