Release 0.8.2 and fix download bugs on OSX

Signed-off-by: Huang Rui <vowstar@gmail.com>
pull/27/head v0.8.2
Huang Rui 2019-05-03 20:51:10 +08:00
parent ea0ab4c018
commit 8705777490
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ from setuptools import setup, find_packages
setup(
name='kflash',
py_modules=['kflash'],
version='0.8.1',
version='0.8.2',
description=(
'Kendryte UART ISP Utility - programming code to k210'
),