Skip to content

Commit

Permalink
Update Dependency compat entries (#177)
Browse files Browse the repository at this point in the history
* Update Dependency compat entries

* Bump Minor Version
  • Loading branch information
felixcremer authored Sep 29, 2022
1 parent 5c8a467 commit bffe7b3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "YAXArrays"
uuid = "c21b50f5-aa40-41ea-b809-c0f5e47bfa5c"
authors = ["Fabian Gans <[email protected]>"]
version = "0.4.1"
version = "0.4.2"

[deps]
CFTime = "179af706-886a-5703-950a-314cd64e0468"
Expand Down Expand Up @@ -40,11 +40,11 @@ DataFrames = "0.19, 0.20, 0.21, 0.22, 1.0"
DataStructures = "0.17, 0.18"
DiskArrayTools = "0.1"
DiskArrays = "0.3"
DocStringExtensions = "0.8"
DocStringExtensions = "0.8, 0.9"
FFTW = "1"
Glob = "1.3"
Interpolations = "0.12, 0.13"
IntervalSets = "0.3, 0.4, 0.5, 0.6"
Interpolations = "0.12, 0.13, 0.14"
IntervalSets = "0.3, 0.4, 0.5, 0.6, 0.7"
IterTools = "1"
OffsetArrays = "1"
OnlineStats = "1"
Expand Down

2 comments on commit bffe7b3

@felixcremer
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/69211

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

Please sign in to comment.