diff --git a/strconv.py b/strconv.py index 3c515e0..6b606a9 100644 --- a/strconv.py +++ b/strconv.py @@ -1,14 +1,12 @@ +# Copyright (c) 2013-2018 Byron Ruth +# BSD License + import re import sys - from collections import Counter from datetime import datetime - -__version__ = '0.4.1' -# strconv.py -# Copyright (c) 2013 Byron Ruth -# BSD License +__version__ = '0.4.2' class TypeInfo(object):