Skip to content

Commit b715d4c

Browse files
Update Project.toml (#266)
* Update Project.toml * Update README.md * Update Project.toml
1 parent 923beb2 commit b715d4c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name = "FixedEffectModels"
22
uuid = "9d5cd8c9-2029-5cab-9928-427838db53e3"
3-
version = "1.11.1"
3+
version = "1.12.0"
44

55
[deps]
66
DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[![Build status](https://github.com/FixedEffects/FixedEffectModels.jl/workflows/CI/badge.svg)](https://github.com/FixedEffects/FixedEffectModels.jl/actions)
22

3-
This package estimates linear models with high dimensional categorical variables and/or instrumental variables.
3+
This package estimates linear models with high dimensional categorical variables, potentially including instrumental variables.
44

55
## Installation
66
The package is registered in the [`General`](https://github.com/JuliaRegistries/General) registry and so can be installed at the REPL with `] add FixedEffectModels`.

test/Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1414
CategoricalArrays = "0.10"
1515
CSV = "0.8, 0.9, 0.10"
1616
CUDA = "1, 2, 3, 4, 5"
17-
Metal = "0.5"
17+
Metal = "1"
1818
DataFrames = "0.21, 0.22, 1"
1919
FixedEffects = "2.2"

0 commit comments

Comments
 (0)