Skip to content

Commit

Permalink
Add compat entries for stdlib packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen authored Oct 31, 2023
1 parent 2721834 commit 6189091
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ArviZPythonPlots"
uuid = "4a6e88f0-2c8e-11ee-0601-e94153f0eada"
authors = ["Seth Axen <[email protected]>"]
version = "0.1.2"
version = "0.1.3"

[deps]
ArviZ = "131c737c-5715-5e2e-ad31-c244f01c1dc7"
Expand All @@ -19,9 +19,11 @@ ArviZ = "0.10"
ArviZExampleData = "0.1.5"
CondaPkg = "0.2"
DimensionalData = "0.23, 0.24, 0.25"
Markdown = "1.6"
OrderedCollections = "1"
PythonCall = "0.9"
PythonPlot = "1"
Random = "1.6"
Reexport = "1"
Tables = "1"
julia = "1.8"
Expand Down

2 comments on commit 6189091

@sethaxen
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/94489

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>" 61890913f255ed9848c34ea3dc7aeb346e15cada
git push origin v0.1.3

Please sign in to comment.