Skip to content

Commit

Permalink
bumps up version
Browse files Browse the repository at this point in the history
  • Loading branch information
navidcy authored Mar 9, 2020
1 parent 9e105bc commit 0af4940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 <navidcy@gmail.com>", "Gregory L. Wagner <wagner.greg@gmail.com>"]
version = "0.3.2"
version = "0.3.3"

[deps]
CuArrays = "3a865a2d-5b23-5a0f-bc46-62713ec82fae"
Expand All @@ -21,7 +21,7 @@ FFTW = "< 1.2"
FourierFlows = "^0.4"
JLD2 = "^0.1"
Reexport = "^0.2"
SpecialFunctions = "^0.10, ^1"
SpecialFunctions = "^0.8, ^1"
julia = "^1"

[extras]
Expand Down

2 comments on commit 0af4940

@navidcy
Copy link
Member Author

@navidcy navidcy commented on 0af4940 Mar 9, 2020

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

@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/10759

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 Julia TagBot is installed, or can be done manually through the github interface, or via:

git tag -a v0.3.3 -m "<description of version>" 0af49404985b79791e08d93f2d0d51d1e31972dd
git push origin v0.3.3

Please sign in to comment.