From a7deafe131e5e92d498e328c82a2de7af57e258c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 2 Oct 2024 14:50:25 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.6.1=20=E2=86=92=201.6.2?= 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 8711a13..2caff68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.6.2 (2024-10-02) + +### Fix + +- consistently set the same version across python package. + ## v1.6.1 (2024-10-02) ### Fix diff --git a/src/inception/__init__.py b/src/inception/__init__.py index b014686..e98491e 100644 --- a/src/inception/__init__.py +++ b/src/inception/__init__.py @@ -1 +1 @@ -__version__ = "v1.6.1" +__version__ = "v1.6.2"