From 8f1da2b7e447195c55a434bcb4d3a79879214804 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 14 Oct 2024 15:13:50 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.8.0=20=E2=86=92=201.8.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ src/inception/__init__.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 336ddac..581fd79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.8.1 (2024-10-14) + +### Fix + +- match ruff line length with black's one + ## v1.8.0 (2024-10-14) ### Feat diff --git a/src/inception/__init__.py b/src/inception/__init__.py index 0894be8..1471e47 100644 --- a/src/inception/__init__.py +++ b/src/inception/__init__.py @@ -1 +1 @@ -__version__ = "v1.8.0" +__version__ = "v1.8.1"