Skip to content

Commit 07621c6

Browse files
committed
[release] v4.0.0a2
1 parent 38c43c2 commit 07621c6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ltchiptool/__main__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
@click.command(
3333
cls=get_multi_command_class(COMMANDS),
34-
help="Tools for working with LT-supported IoT chips",
34+
help="Universal flashing and binary manipulation tool for IoT chips",
3535
context_settings=dict(help_option_names=["-h", "--help"]),
3636
)
3737
@click.option(

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "tool-ltchiptool",
3-
"description": "Tools for working with LT-supported IoT chips",
3+
"description": "Universal flashing and binary manipulation tool for IoT chips",
44
"license": "MIT",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/libretuya/ltchiptool"
88
},
9-
"version": "4.0.0a1"
9+
"version": "4.0.0a2"
1010
}

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tool.poetry]
22
name = "ltchiptool"
3-
version = "4.0.0a1"
4-
description = "Tools for working with LT-supported IoT chips"
3+
version = "4.0.0a2"
4+
description = "Universal flashing and binary manipulation tool for IoT chips"
55
authors = ["Kuba Szczodrzyński <[email protected]>"]
66
license = "MIT"
77
packages = [

0 commit comments

Comments
 (0)