Skip to content

Commit

Permalink
increase version to fix the compatibility of statsbase.
Browse files Browse the repository at this point in the history
  • Loading branch information
mauriciogtec committed Jul 25, 2023
1 parent 957f38a commit e613351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "AdaptiveRejectionSampling"
uuid = "c75e803d-635f-53bd-ab7d-544e482d8c75"
version = "0.2.0"
version = "0.2.1"

[deps]
ForwardDiff = "f6369f11-7733-5829-9624-2563aa707210"
Expand Down

3 comments on commit e613351

@mauriciogtec
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
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/88328

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

@mauriciogtec
Copy link
Owner Author

Choose a reason for hiding this comment

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

The only change in this version is the compatibility fix for #23

Please sign in to comment.