Skip to content

Commit

Permalink
Update Project.toml (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieugomez authored Jun 28, 2022
1 parent 9904c7d commit 517701c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name = "InteractiveFixedEffectModels"
uuid = "80307280-efb2-5c5d-af8b-a9c15821677b"
version = "1.1.6"
version = "1.1.7"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand Down Expand Up @@ -31,7 +31,7 @@ StatsBase = "0.33"
StatsModels = "0.6"
StatsFuns = "0.9, 1"
Tables = "1"
Vcov = "0.5"
Vcov = "0.5, 0.6"
julia = "1.3"

[extras]
Expand Down

2 comments on commit 517701c

@matthieugomez
Copy link
Member 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/63284

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.7 -m "<description of version>" 517701c15cc5be9b141fdff718a44d112b0cfd1b
git push origin v1.1.7

Please sign in to comment.