Use raw URLs for images in README.md (#459)

On pypi images were not correctly rendered because the old img src urls in README.md
pointed to files on github with UI.
This commit is contained in:
Andreas Köpf 2025-06-06 22:23:59 +02:00 committed by GitHub
parent 1232a7d1e5
commit be2babea9c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@ build-backend = "hatchling.build"
[project]
name = "reasoning_gym"
version = "0.1.19"
version = "0.1.23"
authors = [
{ name = "Open-Thought community", email = "andreas.koepf@xamla.com" },
]