From 830e60202e10f81183029a1fac2936f46bd1abc6 Mon Sep 17 00:00:00 2001 From: Cossid Date: Sun, 21 Jan 2024 10:49:26 -0600 Subject: [PATCH] Release v1.5.7 --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 2636d49..f221e0e 100644 --- a/package.json +++ b/package.json @@ -6,5 +6,5 @@ "type": "git", "url": "https://github.com/tuya-cloudcutter/bk7231tools" }, - "version": "1.5.6" + "version": "1.5.7" } diff --git a/pyproject.toml b/pyproject.toml index 59098ad..8984c4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bk7231tools" -version = "1.5.6" +version = "1.5.7" description = "Tools to interact with and analyze artifacts for BK7231 MCUs" authors = ["Khaled Nassar "] license = "MIT"