Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
louisponet committed Nov 11, 2022
1 parent b4a511a commit bbdd07e
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 = "DFControl"
uuid = "1e31e15d-4957-550d-a244-318eced754ae"
authors = ["Louis Ponet <[email protected]>"]
repo = "https://github.com/louisponet/DFControl.jl.git"
version = "0.5.10"
version = "0.5.11"

[deps]
ANSIColoredPrinters = "a4c015fc-c6ff-483c-b24f-f7ea428134e9"
Expand Down Expand Up @@ -57,7 +57,7 @@ StructTypes = "^1"
ThreadPools = "^2"
UnitfulAtomic = "^1"
julia = "^1.6"
RemoteHPC = "^0.1"
RemoteHPC = "0.2.0"

[extras]
BinDeps = "9e28174c-4ba2-5203-b857-d8d62c4213ee"
Expand Down

2 comments on commit bbdd07e

@louisponet
Copy link
Owner 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/72061

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

Please sign in to comment.