Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ptiede authored Sep 7, 2023
1 parent 001e962 commit fd37563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/ComradeDynesty/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "ComradeDynesty"
uuid = "0e22d245-d796-46d0-bd67-132aa2ceb697"
authors = ["Paul Tiede <[email protected]>"]
version = "0.3.0"
version = "0.3.1"

[deps]
AbstractMCMC = "80f14c24-f653-4e6a-9b94-39d6b0f70001"
Expand All @@ -13,7 +13,7 @@ TypedTables = "9d95f2ec-7b3d-5a63-8d20-e2491e220bb9"

[compat]
AbstractMCMC = "3, 4"
Comrade = "^0.7.5, 0.8, 0.9"
Comrade = "^0.7.5, 0.8"
Dynesty = "0.3"
Reexport = "1"
TypedTables = "1"
Expand Down

2 comments on commit fd37563

@ptiede
Copy link
Owner Author

@ptiede ptiede commented on fd37563 Sep 7, 2023

Choose a reason for hiding this comment

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

@JuliaRegistrator register subdir=lib/ComradeDynesty

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

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 ComradeDynesty-v0.3.1 -m "<description of version>" fd37563aa73174a4fe63fa144a3e6272bb4e727e
git push origin ComradeDynesty-v0.3.1

Please sign in to comment.