Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
zsunberg committed Oct 23, 2023
1 parent 328c024 commit 701cce9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/POMDPTools/Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "POMDPTools"
uuid = "7588e00f-9cae-40de-98dc-e0c70c48cdd7"
authors = ["Zachary Sunberg <[email protected]> and contributors"]
version = "0.1.5"
version = "0.1.6"

[deps]
CommonRLInterface = "d842c3ba-07a1-494f-bbec-f5741b0a3e98"
Expand Down Expand Up @@ -29,7 +29,7 @@ Distributions = "0.17, 0.18, 0.19, 0.20, 0.21, 0.22, 0.23, 0.24, 0.25"
NamedTupleTools = "0.13, 0.14"
POMDPLinter = "0.1"
POMDPModels = "0.4"
POMDPs = "0.9"
POMDPs = "0.9.6"
Parameters = "0.12"
ProgressMeter = "1"
Reexport = "1"
Expand Down

5 comments on commit 701cce9

@zsunberg
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 register subdir=lib/POMDPTools

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

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 POMDPTools-v0.1.6 -m "<description of version>" 701cce9815c076d067a3971a36216bc175b8685f
git push origin POMDPTools-v0.1.6

@dylan-asmar
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@zsunberg , any particular reason you put in a specific POMDPs version for POMDPTools? Just trying to understand the compatibility requirements a bit more.

@zsunberg
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@dylan-asmar Yes - I made some changes to the convert defaults that POMDPTools now relies on: c55138f

@dylan-asmar
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, gotcah. Thanks!

Please sign in to comment.