Skip to content

Commit

Permalink
0.12.1 (#179)
Browse files Browse the repository at this point in the history
* ⬆️ Bump datar-numpy to ^0.2

* 🔖 0.12.1
  • Loading branch information
pwwang authored Apr 13, 2023
1 parent 89fc243 commit 2a601fb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 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.12.0"
__version__ = "0.12.1"


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.12.1

- ⬆️ Bump datar-numpy to ^0.2

## 0.12.0

- 📝 Added import f to plotnine on README.md (#177)
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "datar"
version = "0.12.0"
version = "0.12.1"
description = "A Grammar of Data Manipulation in python"
authors = ["pwwang <pwwang@pwwang.com>"]
license = "MIT"
Expand All @@ -13,7 +13,7 @@ python = "^3.8"
simplug = "^0.3"
pipda = "^0.12"
python-simpleconf = {version = "^0.5", extras = ["toml"]}
datar-numpy = {version = "^0.1", optional = true}
datar-numpy = {version = "^0.2", optional = true}
datar-pandas = {version = "^0.3", optional = true}
# datar-polars = {version = "^0.0.0", optional = true}
# datar-pyarrow = {version = "^0.0.0", optional = true}
Expand Down

0 comments on commit 2a601fb

Please sign in to comment.