Skip to content

Commit

Permalink
Increment version number.
Browse files Browse the repository at this point in the history
  • Loading branch information
ztangent committed Oct 19, 2023
1 parent 81ce391 commit 30bc46d
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 = "SymbolicPlanners"
uuid = "b6fe5377-9711-4fad-95b0-be4eed71ecbb"
authors = ["Xuan <[email protected]>"]
version = "0.1.18"
version = "0.1.19"

[deps]
AutoHashEquals = "15f4f7f2-30c1-5605-9d31-71845cf9641f"
Expand All @@ -17,8 +17,8 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
AutoHashEquals = "0.2, 1.0, 2"
DataStructures = "0.18"
DocStringExtensions = "0.8, 0.9"
Parameters = "0.12"
PDDL = "0.2.12"
Parameters = "0.12"
PlanningDomains = "0.1.3"
StatsBase = "0.33, 0.34"
julia = "1.3"
Expand Down

2 comments on commit 30bc46d

@ztangent
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/93686

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 v0.1.19 -m "<description of version>" 30bc46d473f49b9da3678e482bac4b69e81479fb
git push origin v0.1.19

Please sign in to comment.