Skip to content

Commit

Permalink
Update FixedEffectModels.jl (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieugomez authored May 6, 2023
1 parent e1ffa36 commit ba6228e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FixedEffectModels.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ using FixedEffects
using LinearAlgebra
using Printf
using Reexport
using SnoopPrecompile
using PrecompileTools
using Statistics
using StatsAPI
using StatsBase
Expand Down

2 comments on commit ba6228e

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

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.9.1 -m "<description of version>" ba6228ee24ed133df85b1169f7c5200e6d53d815
git push origin v1.9.1

Please sign in to comment.