From 3d43f8342acc60919b529cbd8f3565c74ee92317 Mon Sep 17 00:00:00 2001 From: MarcoGorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Wed, 11 Oct 2023 15:55:57 +0300 Subject: [PATCH] 0.1.6 --- src/polars_business/polars_business/__init__.py | 2 +- src/polars_business/pyproject.toml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/polars_business/polars_business/__init__.py b/src/polars_business/polars_business/__init__.py index 6a25aa7..d847cd6 100644 --- a/src/polars_business/polars_business/__init__.py +++ b/src/polars_business/polars_business/__init__.py @@ -4,7 +4,7 @@ lib = _get_shared_lib_location(__file__) -__version__ = "0.1.4" +__version__ = "0.1.6" @pl.api.register_expr_namespace("business") diff --git a/src/polars_business/pyproject.toml b/src/polars_business/pyproject.toml index a8fc0a0..87263d5 100644 --- a/src/polars_business/pyproject.toml +++ b/src/polars_business/pyproject.toml @@ -10,9 +10,8 @@ classifiers = [ "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", ] -version = "0.1.4" +version = "0.1.6" authors = [ { name="Marco Gorelli", email="33491632+MarcoGorelli@users.noreply.github.com" }, ] description = "Business day utilities for Polars" -readme = "../../README.md"