Skip to content

Commit

Permalink
update: Bump version to 2.10.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed May 10, 2023
1 parent a746558 commit 458cb4a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "RxInfer"
uuid = "86711068-29c9-4ff7-b620-ae75d7495b3d"
authors = ["Bagaev Dmitry <d.v.bagaev@tue.nl> and contributors"]
# Do not forget to update the version in the `codemeta.json` too
version = "2.10.2"
version = "2.10.3"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand Down
4 changes: 2 additions & 2 deletions codemeta.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@
"downloadUrl": "https://github.com/biaslab/RxInfer.jl/releases",
"issueTracker": "https://github.com/biaslab/RxInfer.jl/issues",
"name": "RxInfer.jl",
"version": "2.10.2",
"version": "2.10.3",
"description": "Julia package for automated, scalable and efficient Bayesian inference on factor graphs with reactive message passing. ",
"applicationCategory": "Statistics",
"developmentStatus": "active",
"readme": "https://biaslab.github.io/RxInfer.jl/stable/",
"softwareVersion": "2.10.2",
"softwareVersion": "2.10.3",
"keywords": [
"Bayesian inference",
"message passing",
Expand Down

2 comments on commit 458cb4a

@bvdmitri
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/83309

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 v2.10.3 -m "<description of version>" 458cb4a0e248ed7927c5061c346cadb1f8c02474
git push origin v2.10.3

Please sign in to comment.