Skip to content

Commit

Permalink
🔖 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Oct 10, 2023
1 parent 4d7be1b commit b03be47
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
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.13.1

- ✨ Add `__array_function__` to `Expression` objects

## 0.13.0

- ✨ Add Dockerfile for codesandbox
Expand Down
2 changes: 1 addition & 1 deletion pipda/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from .verb import VerbCall, register_verb
from .piping import register_piping, _patch_default_classes

__version__ = "0.13.0"
__version__ = "0.13.1"

register_piping(">>")
_patch_default_classes()
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 = "pipda"
version = "0.13.0"
version = "0.13.1"
readme = "README.md"
description = "A framework for data piping in python"
authors = ["pwwang <pwwang@pwwang.com>"]
Expand Down

0 comments on commit b03be47

Please sign in to comment.