Skip to content

Commit

Permalink
CompatHelper: bump compat for DimensionalData to 0.23, (keep existing…
Browse files Browse the repository at this point in the history
… compat) (#33)

* CompatHelper: bump compat for DimensionalData to 0.23, (keep existing compat)

* Bump DimensionalData compat for InferenceObjectsNetCDF

* Increment patch numbers

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Seth Axen <[email protected]>
  • Loading branch information
3 people authored Nov 4, 2022
1 parent 9bed6fd commit c060241
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "InferenceObjects"
uuid = "b5cf5a8d-e756-4ee3-b014-01d49d192c00"
authors = ["Seth Axen <[email protected]> and contributors"]
version = "0.2.3"
version = "0.2.4"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -10,7 +10,7 @@ DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"

[compat]
Compat = "3.46.0, 4.2.0"
DimensionalData = "0.20, 0.21, 0.22"
DimensionalData = "0.20, 0.21, 0.22, 0.23"
OffsetArrays = "1"
julia = "1.6"

Expand Down
4 changes: 2 additions & 2 deletions lib/InferenceObjectsNetCDF/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "InferenceObjectsNetCDF"
uuid = "7cb6d088-77df-42c3-8f05-5ca8d42599d1"
authors = ["Seth Axen <[email protected]>"]
version = "0.2.2"
version = "0.2.3"

[deps]
DimensionalData = "0703355e-b756-11e9-17c0-8b28908087d0"
Expand All @@ -10,7 +10,7 @@ NCDatasets = "85f8d34a-cbdd-5861-8df4-14fed0d494ab"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"

[compat]
DimensionalData = "0.20, 0.21, 0.22"
DimensionalData = "0.20, 0.21, 0.22, 0.23"
InferenceObjects = "0.2"
NCDatasets = "0.12"
Reexport = "1"
Expand Down

4 comments on commit c060241

@sethaxen
Copy link
Member

Choose a reason for hiding this comment

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

@sethaxen
Copy link
Member

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=lib/InferenceObjectsNetCDF

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

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.4 -m "<description of version>" c060241bfa1bdbbf7d13de12c6a20405fac2bbc1
git push origin v0.2.4

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

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 InferenceObjectsNetCDF-v0.2.3 -m "<description of version>" c060241bfa1bdbbf7d13de12c6a20405fac2bbc1
git push origin InferenceObjectsNetCDF-v0.2.3

Please sign in to comment.