Skip to content

Commit

Permalink
bump version, clean up compat
Browse files Browse the repository at this point in the history
  • Loading branch information
greimel authored May 26, 2023
1 parent cc55966 commit acb2769
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,7 +1,7 @@
name = "RegressionTables"
uuid = "d519eb52-b820-54da-95a6-98e1306fdade"
authors = ["Johannes Boehm <[email protected]>"]
version = "0.5.8"
version = "0.5.9"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
Expand All @@ -17,9 +17,9 @@ UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
[compat]
Compat = "2, 3, 4"
Distributions = "0.21, 0.23, 0.24, 0.25"
FixedEffectModels = "0.10, 0.11, 1.0, 1.1, 1.2, 1.3, 1.4, 1.5, 1.6, 1.7"
FixedEffectModels = "0.10, 0.11, 1"
Formatting = "0.4"
GLM = "1.3, 1.4, 1.5, 1.6, 1.7, 1.8"
GLM = "1.3"
StatsBase = "0.32, 0.33"
StatsModels = "0.6"
UnPack = "1"
Expand Down

3 comments on commit acb2769

@greimel
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

closes #132

@greimel
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 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/84284

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

Please sign in to comment.