diff --git a/setup.py b/setup.py index 72d6f97..14ee5ea 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ __authors__ = "Jordan Ovrè, Paul Duncan" __copyright__ = "Copyright (c) ImmunIT - Jordan Ovrè / Paul Duncan" __license__ = "Apache 2.0" -__version__ = "1.0.1" +__version__ = "1.0.2" __contact__ = "Jordan Ovrè / Ghecko , Paul Duncan / Eresse " description = 'Write the flash memory of AVR microcontrollers' @@ -32,4 +32,4 @@ 'Development Status :: 5 - Production/Stable' ], keywords=['octowire', 'framework', 'hardware', 'security', 'AVR', 'ISP', 'write', 'flash'] -) \ No newline at end of file +)