Skip to content

Commit

Permalink
Merge pull request #89 from henry2004y/bump_sciml
Browse files Browse the repository at this point in the history
Bump SciMLBase version
  • Loading branch information
henry2004y authored Oct 7, 2023
2 parents 80f67f7 + fdbb470 commit b9a402f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions TestParticleMakie/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "TestParticleMakie"
uuid = "815e1cc4-5742-45dc-845d-1cec70514f1a"
authors = ["TCLiuu <[email protected]>"]
version = "0.1.2"
version = "0.1.3"

[deps]
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
Expand All @@ -10,4 +10,4 @@ SciMLBase = "0bca4576-84f4-4d90-8ffe-ffa030f20462"
[compat]
Makie = "0.17, 0.18, 0.19"
julia = "1.6"
SciMLBase = "1"
SciMLBase = "1, 2"

2 comments on commit b9a402f

@henry2004y
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=TestParticleMakie

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

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

Please sign in to comment.