Skip to content

Commit

Permalink
🔖 0.15.3
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Oct 10, 2023
1 parent da313f2 commit 396034a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion datar/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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]:
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
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 = "datar"
version = "0.15.2"
version = "0.15.3"
description = "A Grammar of Data Manipulation in python"
authors = ["pwwang <pwwang@pwwang.com>"]
license = "MIT"
Expand Down

0 comments on commit 396034a

Please sign in to comment.