Skip to content

Commit

Permalink
update project description
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Dec 21, 2020
1 parent 10339ab commit c4b9380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ uuid = "2aec4490-903f-5c70-9b11-9bed06a700e1"
keywords = ["julia", "PDE", "partial differential equations", "spectral methods"]
license = "MIT"
authors = ["Gregory L. Wagner <[email protected]>", "Navid C. Constantinou <[email protected]>"]
description = "Tools for solving partial differential equations on periodic domains using Fourier-based pseudospectral methods."
description = "Tools for building fast, hackable, pseudospectral partial differential equation solvers on periodic domains."
documentation = "https://fourierflows.github.io/FourierFlowsDocumentation/stable/"
repository = "https://github.com/FourierFlows/FourierFlows.jl"
version = "0.6.7"
Expand Down

2 comments on commit c4b9380

@navidcy
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Registration pull request updated: JuliaRegistries/General/26750

After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.

This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via:

git tag -a v0.6.7 -m "<description of version>" c4b9380754abc64c8c7e9e900412c98b07d060fc
git push origin v0.6.7

Please sign in to comment.