Added Branding (#14)
All checks were successful
Publish Python Package to PyPI / deploy (push) Successful in 19s

Reviewed-on: #14
This commit is contained in:
2025-06-19 17:54:07 +00:00
parent ce464cffd4
commit ee18cc9e59
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
# polysolve
<p align="center">
<img src="https://i.ibb.co/N22Gx6xq/Poly-Solve-Logo.png" alt="polysolve Logo" width="256">
</p>
[![PyPI version](https://img.shields.io/pypi/v/polysolve.svg)](https://pypi.org/project/polysolve/)
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/polysolve.svg)](https://pypi.org/project/polysolve/)

View File

@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[project]
# --- Core Metadata ---
name = "polysolve"
version = "0.3.0"
version = "0.3.1"
authors = [
{ name="Jonathan Rampersad", email="jonathan@jono-rams.work" },
]