chore: remove empty line from README to tidy formatting
All checks were successful
Tests / test (push) Successful in 2m43s

This commit is contained in:
retoor 2025-12-13 14:10:08 +01:00
parent 53ed827e44
commit bc17fd47dc
3 changed files with 9 additions and 2 deletions

View File

@ -8,6 +8,14 @@
## Version 1.75.0 - 2025-12-13
Removes an unnecessary empty line from the README for improved formatting clarity. No functional changes affect user or developer experience.
**Changes:** 1 files, 1 lines
**Languages:** Markdown (1 lines)
## Version 1.74.0 - 2025-12-13
Adds a README.md file to the project, providing initial documentation for users and developers. This document outlines project setup and basic usage.

View File

@ -2,7 +2,6 @@
Author: retoor <retoor@molodetz.nl>
RP is a sophisticated command-line AI assistant designed for autonomous task execution, advanced tool integration, and intelligent workflow management. Built with a focus on reliability, extensibility, and developer productivity.
## Overview

View File

@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "rp"
version = "1.74.0"
version = "1.75.0"
description = "R python edition. The ultimate autonomous AI CLI."
readme = "README.md"
requires-python = ">=3.10"