Skip to content

Commit ce174ec

Browse files
authored
bump version (#1055)
1 parent bde84d9 commit ce174ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/changelog.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fit2 = pf.feols("Y ~ X1 + X2", data = df)
1111
fit3 = pf.feols("Y ~ X1 + X2 | f1", data = df)
1212
```
1313

14-
## PyFixest 0.40.0 (In Dev, Install from Github)
14+
## PyFixest 0.40.0
1515

1616
### Breaking Changes for compatibility with `fixest` 0.13
1717

pixi.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description = "Fast high dimensional fixed effect estimation following syntax of
77
channels = ["conda-forge"]
88
name = "pyfixest"
99
platforms = ["linux-64", "win-64", "osx-arm64", "osx-64"]
10-
version = "0.30.2"
10+
version = "0.40.0"
1111

1212
[tasks]
1313

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "pyfixest"
3-
version = "0.30.2"
3+
version = "0.40.0"
44
description = "Fast high dimensional fixed effect estimation following syntax of the fixest R package."
55
authors = [
66
{ name = "Alexander Fischer", email = "[email protected]" },

0 commit comments

Comments
 (0)