Skip to content

Commit

Permalink
Bump version, adjust [compat]
Browse files Browse the repository at this point in the history
  • Loading branch information
Seelengrab committed Jul 16, 2023
1 parent 710130f commit c3a95e5
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PropCheck"
uuid = "ca382230-33be-11e9-0059-d981d03070e4"
authors = ["Sukera <[email protected]>"]
version = "0.9.1"
version = "0.9.2"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -11,13 +11,13 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
RequiredInterfaces = "97f35ef4-7bc5-4ec1-a41a-dcc69c7308c6"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[weakdeps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
[compat]
Compat = "3.35, 4"
RequiredInterfaces = "0.1"
julia = "1.6"

[extensions]
ATExt = "AbstractTrees"

[compat]
Compat = "3.35, 4"
RequiredInterfaces = "0.1"
julia = "1.9"
[weakdeps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

2 comments on commit c3a95e5

@Seelengrab
Copy link
Owner Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register()

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

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.9.2 -m "<description of version>" c3a95e56b7263256711d0ed6a3ee34db0fcbbef7
git push origin v0.9.2

Please sign in to comment.