From 72eb953ae0dceae8440b6b1f82baba96cb415eab Mon Sep 17 00:00:00 2001 From: Matthew Hilton Date: Thu, 14 Feb 2019 21:14:33 +0000 Subject: [PATCH] Fix typo Revert version increase --- eepromtool_04.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eepromtool_04.py b/eepromtool_04.py index 839f9fb..39367ea 100644 --- a/eepromtool_04.py +++ b/eepromtool_04.py @@ -4,7 +4,7 @@ import argparse, sys #for handling command line params # Minor edit, 28-9-2018 # Converted to Python3, 13-02-2019 -VERSION = 0.4.1 +VERSION = 0.4 WARN = False DEBUG = False