Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
ghecko committed Jul 7, 2020
1 parent 5198ef6 commit 423a969
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion owfmodules/avrisp/flash_write.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def __init__(self, owf_config):
super(FlashWrite, self).__init__(owf_config)
self.meta.update({
'name': 'AVR flash memory write',
'version': '1.0.0',
'version': '1.0.1',
'description': 'Write the flash memory of AVR microcontrollers',
'author': 'Jordan Ovrè / Ghecko <[email protected]>, Paul Duncan / Eresse <[email protected]>'
})
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
__authors__ = "Jordan Ovrè, Paul Duncan"
__copyright__ = "Copyright (c) ImmunIT - Jordan Ovrè / Paul Duncan"
__license__ = "Apache 2.0"
__version__ = "1.0.0"
__version__ = "1.0.1"
__contact__ = "Jordan Ovrè / Ghecko <[email protected]>, Paul Duncan / Eresse <[email protected]>"

description = 'Write the flash memory of AVR microcontrollers'
Expand Down

0 comments on commit 423a969

Please sign in to comment.