Skip to content

Commit

Permalink
🔖 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pwwang committed Aug 12, 2023
1 parent 2a6cc41 commit 69683e8
Show file tree
Hide file tree
Showing 2 changed files with 2 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.13.0"
__version__ = "0.13.1"


def get_versions(prnt: bool = True) -> _Mapping[str, str]:
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.13.0"
version = "0.13.1"
description = "A Grammar of Data Manipulation in python"
authors = ["pwwang <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit 69683e8

Please sign in to comment.