Skip to content

Commit

Permalink
update compats and bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
AsafManela committed Aug 20, 2023
1 parent 37994e9 commit 47a1584
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "Lasso"
uuid = "b4fcebef-c861-5a0f-a7e2-ba9dc32b180a"
version = "0.7.0"
version = "0.7.1"

[deps]
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
Expand All @@ -20,6 +20,6 @@ Distributions = "0.25"
GLM = "1.8"
MLBase = "0.9"
Reexport = "1"
StatsBase = "0.33"
StatsModels = "0.6"
StatsBase = "0.33, 0.34"
StatsModels = "0.6, 0.7"
julia = "1"

4 comments on commit 47a1584

@AsafManela
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/89956

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.7.1 -m "<description of version>" 47a158408630924909786dd0ec7b00e4d553ba78
git push origin v0.7.1

@AsafManela
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 updated: JuliaRegistries/General/89956

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.7.1 -m "<description of version>" 47a158408630924909786dd0ec7b00e4d553ba78
git push origin v0.7.1

Please sign in to comment.