Skip to content

Commit

Permalink
limit ReactiveMP.jl version
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Dec 19, 2022
1 parent fba234f commit a7b6aea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "RxInfer"
uuid = "86711068-29c9-4ff7-b620-ae75d7495b3d"
authors = ["Bagaev Dmitry <d.v.bagaev@tue.nl> and contributors"]
version = "2.3.0"
version = "2.3.1"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand All @@ -26,7 +26,7 @@ GraphPPL = "3.1.0"
MacroTools = "0.5.6"
Optim = "1.0.0"
ProgressMeter = "1.0.0"
ReactiveMP = "3.2.0"
ReactiveMP = "~3.2.0"
Reexport = "1.2.0"
Rocket = "1.6.0"
TupleTools = "1.2.0"
Expand Down

2 comments on commit a7b6aea

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

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.3.1 -m "<description of version>" a7b6aeae68e073709cfb256788bd35b5d7606301
git push origin v2.3.1

Please sign in to comment.