Skip to content

Commit

Permalink
Merge pull request #19 from sefffal/compathelper/new_version/2023-05-…
Browse files Browse the repository at this point in the history
…02-00-59-10-738-00482324448

CompatHelper: bump compat for StatsBase to 0.34, (keep existing compat)
  • Loading branch information
sefffal authored Aug 27, 2023
2 parents d2adf37 + 007fb14 commit ad06262
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "PairPlots"
uuid = "43a3c2be-4208-490b-832a-a21dcd55d7da"
authors = ["William Thompson <[email protected]>"]
version = "1.1.1"
version = "1.1.2"

[deps]
Contour = "d38c429a-6771-53c6-b99e-75d170b6e991"
Expand All @@ -14,10 +14,10 @@ Measures = "442fdcdd-2543-5da2-b0f3-8c86c306513e"
NamedTupleTools = "d9ec5142-1e00-5aa0-9d6a-321866360f50"
OrderedCollections = "bac558e1-5e72-5ebc-8fee-abe8a469f55d"
PolygonOps = "647866c9-e3ac-4575-94e7-e3d426903924"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Requires = "ae029012-a4dd-5104-9daa-d747884805df"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
Expand All @@ -34,11 +34,11 @@ Measures = "0.3.1"
NamedTupleTools = "0.14"
OrderedCollections = "1.4"
PolygonOps = "0.1.1"
PrecompileTools = "1.0"
RecipesBase = "1"
Requires = "1"
PrecompileTools = "1.0"
StaticArrays = "1.0.0"
StatsBase = "0.32 - 0.33"
StatsBase = "0.32 - 0.33, 0.34"
Tables = "1.4.1"
julia = "1.7.0"

Expand Down

2 comments on commit ad06262

@sefffal
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
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/93944

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 v1.1.2 -m "<description of version>" ad062628942f0cd5487ef1fd7b34a3d33c45b451
git push origin v1.1.2

Please sign in to comment.