From 69683e8875b09b38bfef3d54b8450ff7afc1a6ef Mon Sep 17 00:00:00 2001 From: justold <1188067+pwwang@users.noreply.github.com> Date: Sat, 12 Aug 2023 00:00:20 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=200.13.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- datar/__init__.py | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/datar/__init__.py b/datar/__init__.py index 0aba1407..84dd86ae 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.13.0" +__version__ = "0.13.1" def get_versions(prnt: bool = True) -> _Mapping[str, str]: diff --git a/pyproject.toml b/pyproject.toml index 0eba15e2..f984a989 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 "] license = "MIT"