Skip to content

Commit

Permalink
Merge pull request #20 from ranjanan/ranjanan-patch-1
Browse files Browse the repository at this point in the history
0.2.1 release
  • Loading branch information
ranjanan authored Nov 2, 2023
2 parents 0e24644 + c7421b2 commit 815abac
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,7 +1,7 @@
name = "MonteCarloIntegration"
uuid = "4886b29c-78c9-11e9-0a6e-41e1f4161f7b"
authors = ["Ranjan Anantharaman <[email protected]>"]
version = "0.2.0"
version = "0.2.1"

[deps]
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Expand Down

2 comments on commit 815abac

@ranjanan
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()

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

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>" 815abac839a7bf17226b7cffd0acbc45655b029a
git push origin v0.2.1

Also, note the warning: Version 0.2.1 skips over 0.2.0
This can be safely ignored. However, if you want to fix this you can do so. Call register() again after making the fix. This will update the Pull request.

Please sign in to comment.