Skip to content

Commit

Permalink
using Compat (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
cscherrer authored Aug 15, 2022
1 parent e4aa5cf commit 6a42ef6
Show file tree
Hide file tree
Showing 2 changed files with 3 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 = "MeasureTheory"
uuid = "eadaa1a4-d27c-401d-8699-e962e1bbc33b"
authors = ["Chad Scherrer <[email protected]> and contributors"]
version = "0.17.1"
version = "0.17.2"

[deps]
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
Expand Down Expand Up @@ -43,7 +43,7 @@ Tricks = "410a4b4d-49e4-4fbc-ab6d-cb71b17b3775"
[compat]
Accessors = "0.1"
ChangesOfVariables = "0.1"
Compat = "3.35, 4"
Compat = "3.42, 4"
ConcreteStructs = "0.2"
ConstructionBase = "1.3"
DensityInterface = "0.4"
Expand Down
1 change: 1 addition & 0 deletions src/MeasureTheory.jl
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
module MeasureTheory

using Compat
using Random

using MeasureBase
Expand Down

2 comments on commit 6a42ef6

@cscherrer
Copy link
Collaborator 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/66273

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.17.2 -m "<description of version>" 6a42ef6587543ea1a5d4caf8e5e155cf510e10f3
git push origin v0.17.2

Please sign in to comment.