fix: Update PyPI metadata with Optimiz-rs branding and logo (v1.0.1)
- Replace all OptimizR references with Optimiz-rs in README - Fix logo URL to use GitHub raw link (displays on PyPI) - Bump version to 1.0.1 for metadata update - Published to PyPI: https://pypi.org/project/optimiz-rs/1.0.1/ Changes: - README.md: 7 instances of OptimizR → Optimiz-rs - README.md: Logo URL now uses raw.githubusercontent.com - pyproject.toml: version 1.0.0 → 1.0.1 - Cargo.toml: version 1.0.0 → 1.0.1
This commit is contained in:
+1
-1
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "optimiz-rs"
|
||||
version = "1.0.0"
|
||||
version = "1.0.1"
|
||||
edition = "2021"
|
||||
authors = ["HFThot Research Lab <contact@hfthot-lab.eu>"]
|
||||
description = "High-performance optimization algorithms in Rust with Python bindings"
|
||||
|
||||
Reference in New Issue
Block a user