diff --git a/datar/__init__.py b/datar/__init__.py index 4f872172..1302558d 100644 --- a/datar/__init__.py +++ b/datar/__init__.py @@ -4,7 +4,7 @@ from .core.defaults import f from .core.options import options, get_option, options_context -__version__ = "0.15.2" +__version__ = "0.15.3" def get_versions(prnt: bool = True) -> _Mapping[str, str]: diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 1ec90063..bcea3535 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,5 +1,9 @@ # Change Log +## 0.15.3 + +- ⬆️ Bump pipda to 0.13.1 + ## 0.15.2 - ⬆️ Bump datar-pandas to 0.5.2 to fix `pip install datar[pandas]` not having numpy backend installed. diff --git a/pyproject.toml b/pyproject.toml index 525391c5..4e2bf0dd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "datar" -version = "0.15.2" +version = "0.15.3" description = "A Grammar of Data Manipulation in python" authors = ["pwwang "] license = "MIT"