Skip to content

Commit

Permalink
Merge pull request #26 from andrey-komarov/bump-version
Browse files Browse the repository at this point in the history
Bump scripts version to allow tests to pass.
  • Loading branch information
The-42 committed Jan 9, 2020
2 parents b4c540a + 1597874 commit 5c15003
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion scripts/bin2hex.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

'''Intel HEX file format bin2hex convertor utility.'''

VERSION = '2.2'
VERSION = '2.2.1'

if __name__ == '__main__':
import getopt
Expand Down
2 changes: 1 addition & 1 deletion scripts/hex2bin.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

'''Intel HEX file format hex2bin convertor utility.'''

VERSION = '2.2'
VERSION = '2.2.1'

if __name__ == '__main__':
import getopt
Expand Down
2 changes: 1 addition & 1 deletion scripts/hex2dump.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

"""Show content of hex file as hexdump."""

VERSION = '2.2'
VERSION = '2.2.1'

USAGE = '''hex2dump: show content of hex file as hexdump.
Usage:
Expand Down
2 changes: 1 addition & 1 deletion scripts/hexdiff.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
of compared data.
"""

VERSION = '2.2'
VERSION = '2.2.1'

USAGE = '''hexdiff: diff dumps of 2 hex files.
Usage:
Expand Down
2 changes: 1 addition & 1 deletion scripts/hexinfo.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
data (if any), in YAML format.
"""

VERSION = '2.2'
VERSION = '2.2.1'

USAGE = '''hexinfo: summarize a hex file's contents.
Usage:
Expand Down
2 changes: 1 addition & 1 deletion scripts/hexmerge.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

"""Merge content of several hex files into one file."""

VERSION = '2.2'
VERSION = '2.2.1'

USAGE = '''hexmerge: merge content of hex files.
Usage:
Expand Down

0 comments on commit 5c15003

Please sign in to comment.