Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeldre authored Mar 2, 2023
1 parent 9a98d66 commit e7b481a
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 = "PotentialFlow"
uuid = "73af2aaf-3f58-5b29-82a9-435ecf827f5b"
authors = ["Darwin Darakananda <darwindarak@gmail.com>", "Jeff Eldredge <jdeldre@g.ucla.edu>"]
repo = "https://github.com/darwindarak/PotentialFlow.jl.git"
version = "0.2.6"
version = "0.2.7"

[deps]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand Down Expand Up @@ -32,7 +32,7 @@ PlotUtils = "1.0"
RecipesBase = "1.0"
Reexport = "0.2.0, 1"
SchwarzChristoffel = "0.1.13"
julia = "1"
julia = "1.6"

[extras]
NBInclude = "0db19996-df87-5ea3-a455-e3a50d440464"
Expand Down

2 comments on commit e7b481a

@jdeldre
Copy link
Collaborator Author

@jdeldre jdeldre commented on e7b481a Mar 2, 2023

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/78833

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.2.7 -m "<description of version>" e7b481a5d4bf2be45630ffbe040dda7b391c83f6
git push origin v0.2.7

Please sign in to comment.