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