From 2e73ceb5fb8508c42b24c346b64f971e369abb83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Szczodrzy=C5=84ski?= Date: Sat, 18 Nov 2023 14:48:10 +0100 Subject: [PATCH] Release v1.5.0 --- package.json | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 3941bef..e8938de 100644 --- a/package.json +++ b/package.json @@ -6,5 +6,5 @@ "type": "git", "url": "https://github.com/tuya-cloudcutter/bk7231tools" }, - "version": "1.4.0" + "version": "1.5.0" } diff --git a/pyproject.toml b/pyproject.toml index ce2f8c9..d284737 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "bk7231tools" -version = "1.4.0" +version = "1.5.0" description = "Tools to interact with and analyze artifacts for BK7231 MCUs" authors = ["Khaled Nassar "] license = "MIT"