Skip to content

Commit

Permalink
version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiede committed Aug 9, 2022
1 parent da1a1b3 commit bdb9cf2
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
@@ -1,7 +1,7 @@
name = "Comrade"
uuid = "99d987ce-9a1e-4df8-bc0b-1ea019aa547b"
authors = ["Paul Tiede <[email protected]>"]
version = "0.6.3"
version = "0.6.4"

[deps]
AbstractDifferentiation = "c29ec348-61ec-40c8-8164-b8c60e9d9f3d"
Expand Down Expand Up @@ -67,7 +67,7 @@ FFTW = "^1"
FITSIO = "0.16"
FLoops = "0.2"
FileIO = "1"
FillArrays = "0.13"
FillArrays = "0.12, 0.13"
ForwardDiff = "0.9, 0.10"
HypercubeTransform = "0.3"
KeywordCalls = "0.2"
Expand Down

2 comments on commit bdb9cf2

@ptiede
Copy link
Owner Author

@ptiede ptiede commented on bdb9cf2 Aug 9, 2022

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

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

Please sign in to comment.