Skip to content

Commit

Permalink
update: Bump version to 2.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bvdmitri committed Feb 24, 2023
1 parent ac43fa0 commit 243ffaa
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.8.0"
version = "2.9.0"

[deps]
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
Expand All @@ -28,7 +28,7 @@ Optim = "1.0.0"
ProgressMeter = "1.0.0"
ReactiveMP = "~3.7.0"
Reexport = "1.2.0"
Rocket = "1.6.0"
Rocket = "1.7.0"
TupleTools = "1.2.0"
julia = "1.6"

Expand Down

2 comments on commit 243ffaa

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

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.9.0 -m "<description of version>" 243ffaab30d9ae349970e4727171aff7d7292cd5
git push origin v2.9.0

Please sign in to comment.