Skip to content

Commit

Permalink
update: Bump version to 2.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed May 16, 2023
1 parent e2039ed commit 7a4a5e6
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.3"
version = "2.10.4"

[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.3",
"version": "2.10.4",
"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.3",
"softwareVersion": "2.10.4",
"keywords": [
"Bayesian inference",
"message passing",
Expand Down

2 comments on commit 7a4a5e6

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

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.4 -m "<description of version>" 7a4a5e6b63669d2d4edc60e79d042172e77711f1
git push origin v2.10.4

Please sign in to comment.