From 40b309d86c790f00b33ccbbd33a2cd8bdae8b9bc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 2 Oct 2024 13:54:55 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.6.0=20=E2=86=92=201.6.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 00180bd..8711a13 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.6.1 (2024-10-02) + +### Fix + +- add missing dev packages with poetry. + ## v1.6.0 (2024-09-10) ### Feat diff --git a/src/inception/__init__.py b/src/inception/__init__.py index 456c0ed..b014686 100644 --- a/src/inception/__init__.py +++ b/src/inception/__init__.py @@ -1 +1 @@ -__version__ = "v1.6.0" +__version__ = "v1.6.1"