Skip to content

Commit

Permalink
bumps version to 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Jan 8, 2021
1 parent 9820e22 commit 221e704
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ license = "MIT"
authors = ["Navid C. Constantinou <[email protected]>", "Gregory L. Wagner <[email protected]>"]
documentation = "https://fourierflows.github.io/PassiveTracerFlowsDocumentation/dev/"
repository = "https://github.com/FourierFlows/PassiveTracerFlows.jl"
version = "0.4.0"
version = "0.4.1"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,10 @@ This package leverages the [FourierFlows.jl]() framework to provide modules for
* `TracerAdvectionDiffusion`: advection-diffusion of a passive tracer in a 2D domain.


## Cite

The code is citable via [zenodo](https://zenodo.org). Please cite as:

> Navid C. Constantinou. and Gregory L. Wagner (2021). FourierFlows/PassiveTracerFlows.jl: PassiveTracerFlows v0.4.1 (Version v0.4.1). Zenodo. [https://doi.org/10.5281/zenodo.2535983](https://doi.org/10.5281/zenodo.2535983)
[FourierFlows.jl]: https://github.com/FourierFlows/FourierFlows.jl
4 changes: 1 addition & 3 deletions docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,4 @@ PassiveTracerFlows is currently being developed by [Navid C. Constantinou](http:

## Cite

The code is citable via [zenodo](https://zenodo.org). Please cite as:

> Navid C. Constantinou. and Gregory L. Wagner (2020). FourierFlows/PassiveTracerFlows.jl. Zenodo. [https://doi.org/10.5281/zenodo.2535983](https://doi.org/10.5281/zenodo.2535983)
The code is citable via zenodo, [doi:10.5281/zenodo.2535983](https://doi.org/10.5281/zenodo.2535983).

2 comments on commit 221e704

@navidcy
Copy link
Member Author

@navidcy navidcy commented on 221e704 Jan 8, 2021

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 created: JuliaRegistries/General/27603

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.4.1 -m "<description of version>" 221e704b0cfbd8cee526c3d6d97a77ddc1df14e3
git push origin v0.4.1

Please sign in to comment.