From fd56232c94b4ad37704a0954ec22119f0ef31860 Mon Sep 17 00:00:00 2001 From: Sunny Sun <38218185+sunnyosun@users.noreply.github.com> Date: Thu, 21 Mar 2024 13:15:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96=20Release=200.13.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/changelog.md | 2 +- lamin_utils/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/changelog.md b/docs/changelog.md index 5b0aa90..a96fb9a 100644 --- a/docs/changelog.md +++ b/docs/changelog.md @@ -3,7 +3,7 @@ Name | PR | Developer | Date | Version --- | --- | --- | --- | --- -🐛 Fix ZeroDivisionError in `inspect` | [75](https://github.com/laminlabs/lamin-utils/pull/75) | [sunnyosun](https://github.com/sunnyosun) | 2024-03-21 | +🐛 Fix ZeroDivisionError in `inspect` | [75](https://github.com/laminlabs/lamin-utils/pull/75) | [sunnyosun](https://github.com/sunnyosun) | 2024-03-21 | 0.13.1 ✨ Add base62 encoding | [73](https://github.com/laminlabs/lamin-utils/pull/73) | [falexwolf](https://github.com/falexwolf) | 2023-12-22 | 0.13.0 ✨ Add `return_field` to `standardize` | [72](https://github.com/laminlabs/lamin-utils/pull/72) | [sunnyosun](https://github.com/sunnyosun) | 2023-12-02 | 0.12.0 🚑️ Going back to QRatio | [71](https://github.com/laminlabs/lamin-utils/pull/71) | [sunnyosun](https://github.com/sunnyosun) | 2023-11-04 | 0.11.7 diff --git a/lamin_utils/__init__.py b/lamin_utils/__init__.py index 8997161..2a0c420 100644 --- a/lamin_utils/__init__.py +++ b/lamin_utils/__init__.py @@ -1,6 +1,6 @@ """Lamin Utils.""" -__version__ = "0.13.0" +__version__ = "0.13.1" from ._core import colors # noqa from ._logger import logger