Skip to content

Commit 7d6e8e9

Browse files
committed
Update version to 1.3
1 parent 506289b commit 7d6e8e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

stcgal/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2"
1+
__version__ = "1.3"

stcgal/frontend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def run(self):
192192
def cli():
193193
# check arguments
194194
parser = argparse.ArgumentParser(formatter_class=argparse.RawDescriptionHelpFormatter,
195-
description="stcgal %s - an STC MCU ISP flash tool\n(C) 2014-2015 Grigori Goronzy\nhttps://github.com/grigorig/stcgal" %stcgal.__version__)
195+
description="stcgal %s - an STC MCU ISP flash tool\n(C) 2014-2017 Grigori Goronzy\nhttps://github.com/grigorig/stcgal" %stcgal.__version__)
196196
parser.add_argument("code_image", help="code segment file to flash (BIN/HEX)", type=argparse.FileType("rb"), nargs='?')
197197
parser.add_argument("eeprom_image", help="eeprom segment file to flash (BIN/HEX)", type=argparse.FileType("rb"), nargs='?')
198198
parser.add_argument("-a", "--autoreset", help="cycle power automatically by asserting DTR", action="store_true")

0 commit comments

Comments
 (0)