Merge pull request #71 from Magnus167/prep-release-20250804

Update package version and enhance description in Cargo.toml
This commit is contained in:
Palash Tyagi 2025-08-04 23:27:12 +01:00 committed by GitHub
commit 1fead78b69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +1,12 @@
[package]
name = "rustframe"
authors = ["Palash Tyagi (https://github.com/Magnus167)"]
version = "0.0.1-a.20250716"
version = "0.0.1-a.20250804"
edition = "2021"
license = "GPL-3.0-or-later"
readme = "README.md"
description = "A simple dataframe library"
description = "A simple dataframe and math toolkit"
documentation = "https://magnus167.github.io/rustframe/"
[lib]
name = "rustframe"