diff --git a/Cargo.toml b/Cargo.toml index a79dd2e..2af9ed3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ strict = [] [package] name = "ndelement" -version = "0.1.0" +version = "0.1.0-dev" edition = "2021" authors = ["Matthew Scroggs "] description = "n-dimensional finite element definition library." diff --git a/README.md b/README.md index 6647875..17f81e9 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,13 @@ ndelement is an open-source library written in Rust that can be used to create n-dimensional finite elements. +## Using ndelement +You can use the latest release of ndelement by adding the following to `[dependencies]` section of your Cargo.toml file: + +```toml +ndelement = "0.1.0" +``` + ## Documentation The latest documentation of the main branch of this repo is available at [bempp.github.io/ndelement/](https://bempp.github.io/ndelement/).