Skip to content

Commit 9620cd4

Browse files
committed
update version to 4.6.6
1 parent d2eef02 commit 9620cd4

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

Project.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "RxInfer"
22
uuid = "86711068-29c9-4ff7-b620-ae75d7495b3d"
3+
version = "4.6.6"
34
authors = ["Bagaev Dmitry <[email protected]> and contributors"]
4-
version = "4.6.5"
55

66
[deps]
77
BayesBase = "b4ee3484-f114-42fe-b91c-797d54a0c67e"
@@ -34,6 +34,11 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
3434
ExponentialFamilyProjection = "17f509fa-9a96-44ba-99b2-1c5f01f0931b"
3535
PrettyTables = "08abe8d2-0d0c-5749-adfa-8a2ac140af0d"
3636

37+
[sources]
38+
ExponentialFamily = {path = "/Users/bvdmitri/.julia/dev/ExponentialFamily.jl/"}
39+
GraphPPL = {path = "/Users/bvdmitri/.julia/dev/GraphPPL.jl/"}
40+
ReactiveMP = {path = "/Users/bvdmitri/.julia/dev/ReactiveMP.jl/"}
41+
3742
[extensions]
3843
PrettyTablesExt = "PrettyTables"
3944
ProjectionExt = "ExponentialFamilyProjection"

codemeta.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
"downloadUrl": "https://github.com/reactivebayes/RxInfer.jl/releases",
1010
"issueTracker": "https://github.com/reactivebayes/RxInfer.jl/issues",
1111
"name": "RxInfer.jl",
12-
"version": "4.6.5",
12+
"version": "4.6.6",
1313
"description": "Julia package for automated, scalable and efficient Bayesian inference on factor graphs with reactive message passing. ",
1414
"applicationCategory": "Statistics",
1515
"developmentStatus": "active",
1616
"readme": "https://rxinfer.com",
17-
"softwareVersion": "4.6.5",
17+
"softwareVersion": "4.6.6",
1818
"keywords": [
1919
"Bayesian inference",
2020
"message passing",

0 commit comments

Comments
 (0)