Skip to content

Commit c3d6a13

Browse files
committed
setup.py: bump version to 1.0.2
Signed-off-by: Huang Rui <[email protected]>
1 parent 5e21fe0 commit c3d6a13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
"name": "tool-kflash-kendryte210",
44
"system": "*",
55
"url": "https://github.com/vowstar/kflash.py",
6-
"version": "1.0.1"
6+
"version": "1.0.2"
77
}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
setup(
99
name="kflash",
1010
py_modules=["kflash"],
11-
version="1.0.1",
11+
version="1.0.2",
1212
description=("Kendryte UART ISP Utility - programming code to k210"),
1313
long_description=open("README.rst").read(),
1414
long_description_content_type="text/x-rst",

0 commit comments

Comments
 (0)