Skip to content

Commit

Permalink
Update Project.toml (#43)
Browse files Browse the repository at this point in the history
update to DataFrames 1.0
  • Loading branch information
matthieugomez authored Apr 21, 2021
1 parent 7864843 commit 2a68b6c
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.2"
version = "1.1.3"

[deps]
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
Expand All @@ -19,7 +19,7 @@ Tables = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
Vcov = "ec2bfdc2-55df-4fc9-b9ae-4958c2cf2486"

[compat]
DataFrames = "0.21, 0.22"
DataFrames = "0.21, 0.22, 1.0"
FillArrays = "0.7, 0.8, 0.9, 0.10, 0.11"
FixedEffectModels = "1.5"
FixedEffects = "2"
Expand Down

2 comments on commit 2a68b6c

@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/34925

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.3 -m "<description of version>" 2a68b6c08b0eaa4a7e267c5e0178cb9717314853
git push origin v1.1.3

Please sign in to comment.