diff options
Diffstat (limited to 'kcc-c2p.py')
-rwxr-xr-x | kcc-c2p.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc-c2p.py b/kcc-c2p.py index 040482e..9a6d16d 100755 --- a/kcc-c2p.py +++ b/kcc-c2p.py @@ -23,7 +23,7 @@ if sys.version_info[0] != 3: print('ERROR: This is Python 3 script!') exit(1) -__version__ = '4.0.1' +__version__ = '4.0.2' __license__ = 'ISC' __copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>' __docformat__ = 'restructuredtext en' |