Skip to content

Commit

Permalink
Bump compat for InferenceObjects and InferenceObjectsNetCDF to 0.3, (…
Browse files Browse the repository at this point in the history
…keep existing compat) (#7)

* CompatHelper: bump compat for InferenceObjectsNetCDF to 0.3, (keep existing compat)

* Bump InferenceObjects compat

* Bump patch version number

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: Seth Axen <[email protected]>
  • Loading branch information
3 people authored Dec 11, 2022
1 parent b01f5f2 commit c3f4826
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ArviZExampleData"
uuid = "2f96bb34-afd9-46ae-bcd0-9b2d4372fe3c"
authors = ["Seth Axen <[email protected]> and contributors"]
version = "0.1.2"
version = "0.1.3"

[deps]
Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
Expand All @@ -13,8 +13,8 @@ StructTypes = "856f2bd8-1eba-4b0a-8007-ebc267875bd4"

[compat]
DataDeps = "0.7"
InferenceObjects = "0.1, 0.2"
InferenceObjectsNetCDF = "0.1, 0.2"
InferenceObjects = "0.1, 0.2, 0.3"
InferenceObjectsNetCDF = "0.1, 0.2, 0.3"
JSON3 = "1"
OrderedCollections = "1"
StructTypes = "1"
Expand Down

2 comments on commit c3f4826

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

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

Please sign in to comment.