diff --git a/Cargo.lock b/Cargo.lock index c09a137..b6e1ff2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -4,4 +4,4 @@ version = 4 [[package]] name = "rust_physics_engine" -version = "0.1.0" +version = "0.2.0" diff --git a/Cargo.toml b/Cargo.toml index 97a08ad..e14fa1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "rust_physics_engine" -version = "0.1.0" +version = "0.2.0" edition = "2021" -description = "A comprehensive, zero-dependency Rust library for physics, mathematics, and engineering computation — 1,600+ validated functions covering 50+ domains" +description = "A zero-dependency Rust library for physics, mathematics and engineering computation — 6,365 public functions across 71 modules" license = "MIT" repository = "https://github.com/Magic-Man-us/RustPhysicsEngine" homepage = "https://github.com/Magic-Man-us/RustPhysicsEngine" diff --git a/bindings/python/Cargo.lock b/bindings/python/Cargo.lock index b54ebe4..e0db81f 100644 --- a/bindings/python/Cargo.lock +++ b/bindings/python/Cargo.lock @@ -103,11 +103,11 @@ dependencies = [ [[package]] name = "rust_physics_engine" -version = "0.1.0" +version = "0.2.0" [[package]] name = "rust_physics_engine_py" -version = "0.1.0" +version = "0.2.0" dependencies = [ "pyo3", "rust_physics_engine", diff --git a/bindings/python/Cargo.toml b/bindings/python/Cargo.toml index de07bfb..ade2874 100644 --- a/bindings/python/Cargo.toml +++ b/bindings/python/Cargo.toml @@ -7,7 +7,7 @@ [package] name = "rust_physics_engine_py" -version = "0.1.0" +version = "0.2.0" edition = "2021" description = "Python bindings for rust_physics_engine" license = "MIT"