Bump version number for 1.0

This commit is contained in:
Marcel Stör 2017-03-18 17:04:06 +01:00
parent 2c134ef03f
commit c6a34aa761
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ from serial.tools import list_ports
from esptool import ESPROM
from argparse import Namespace
__version__ = "0.2.0"
__version__ = "1.0.0"
__supported_baud_rates__ = [9600, 57600, 74880, 115200, 230400, 460800, 921600]
# ---------------------------------------------------------------------------