Skip to content

Commit

Permalink
save
Browse files Browse the repository at this point in the history
  • Loading branch information
SensorNetOrg committed Sep 6, 2023
1 parent e980770 commit dc1176e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "RayBNN_DiffEq"
version = "0.1.3"
version = "0.1.4"
authors = ["Brosnan Yuen <[email protected]>"]
edition = "2021"
description = "Matrix Differential Equation Solver using GPUs, CPUs, and FPGAs via CUDA, OpenCL, and oneAPI"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ arrayfire = { version = "3.8.1", package = "arrayfire_fork" }
num = "0.4.1"
num-traits = "0.2.16"
half = { version = "2.3.1" , features = ["num-traits"] }
raybnn_diffeq = "0.1.3"
raybnn_diffeq = "0.1.4"
```


Expand Down

0 comments on commit dc1176e

Please sign in to comment.