Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielGimenez committed Oct 3, 2024
1 parent fdc5925 commit 8a4632f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ To cite this repository:
author = {Davi Vieira and Gabriel Gimenez and Guilherme Marmerola and Vitor Estima},
title = {XGBoost Survival Embeddings: improving statistical properties of XGBoost survival analysis implementation},
url = {http://github.com/loft-br/xgboost-survival-embeddings},
version = {0.3.2},
version = {0.3.3},
year = {2021},
}
```
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "xgbse"
version = "0.3.2"
version = "0.3.3"
description = "Improving XGBoost survival analysis with embeddings and debiased estimators"
authors = ["Loft Data Science Team <[email protected]>"]
readme = "README.md"
Expand Down
2 changes: 1 addition & 1 deletion xgbse/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from ._meta import XGBSEBootstrapEstimator
from ._stacked_weibull import XGBSEStackedWeibull

__version__ = "0.3.2"
__version__ = "0.3.3"

__all__ = [
"XGBSEDebiasedBCE",
Expand Down

0 comments on commit 8a4632f

Please sign in to comment.