Skip to content

Commit

Permalink
1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
montyvesselinov committed Oct 19, 2020
1 parent 8d2a2fa commit 81dc698
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,13 +1,13 @@
name = "AffineInvariantMCMC"
uuid = "a0f608ac-68d0-5108-ad9a-0cdca73324f3"
version = "0.6.0"
version = "1.0.0"

[deps]
RobustPmap = "27aeedcb-f738-516b-a0b8-3211cf1146e5"

[compat]
RobustPmap = "^0"
julia = "^1"
RobustPmap = "1"
julia = "1.5"

[extras]
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Expand Down

2 comments on commit 81dc698

@montyvesselinov
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/23290

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 v1.0.0 -m "<description of version>" 81dc698538b9d74aa2da820af65547f5f7021881
git push origin v1.0.0

Please sign in to comment.