Skip to content

Commit

Permalink
update readme and version number
Browse files Browse the repository at this point in the history
  • Loading branch information
mscroggs committed Aug 19, 2024
1 parent fcde738 commit 0227580
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ strict = []

[package]
name = "ndelement"
version = "0.1.0"
version = "0.1.0-dev"
edition = "2021"
authors = ["Matthew Scroggs <[email protected]>"]
description = "n-dimensional finite element definition library."
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

Expand Down

0 comments on commit 0227580

Please sign in to comment.