Skip to content

Commit

Permalink
bumps version to 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy committed Jan 28, 2021
1 parent fb14edf commit 9e114c6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "GeophysicalFlows"
uuid = "44ee3b1c-bc02-53fa-8355-8e347616e15e"
license = "MIT"
authors = ["Navid C. Constantinou <[email protected]>", "Gregory L. Wagner <[email protected]>"]
version = "0.11.2"
version = "0.11.3"

[deps]
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Geophysical Fluid Dynamics on periodic domains using Fourier-based pseudospectra
## Installation

To install, do

```julia
] add GeophysicalFlows
] instantiate
```

## Examples
Expand All @@ -52,7 +52,7 @@ Some animations created with GeophysicalFlows.jl are [online @ youtube].

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

> Navid C. Constantinou, Gregory L. Wagner, and co-contributors. (2021). FourierFlows/GeophysicalFlows.jl: GeophysicalFlows v0.11.2 (Version v0.11.2). Zenodo. [http://doi.org/10.5281/zenodo.1463809](http://doi.org/10.5281/zenodo.1463809)
> Navid C. Constantinou, Gregory L. Wagner, and co-contributors. (2021). FourierFlows/GeophysicalFlows.jl: GeophysicalFlows v0.11.3 (Version v0.11.3). Zenodo. [http://doi.org/10.5281/zenodo.1463809](http://doi.org/10.5281/zenodo.1463809)

[FourierFlows.jl]: https://github.com/FourierFlows/FourierFlows.jl
Expand Down

2 comments on commit 9e114c6

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

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.11.3 -m "<description of version>" 9e114c6c835dff42a30e84d0d247f1e7ec9d61cf
git push origin v0.11.3

Please sign in to comment.