diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-11-14 15:49:46 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-11-14 15:49:46 +0100 |
commit | d33c53b691cdd34a622f72ed2a8add12af5b30a7 (patch) | |
tree | 4d339c15a3f13ba4966f9f69d0ac2efc08e6c303 /setup.sh | |
parent | Code cleanup (diff) | |
download | kcc-d33c53b691cdd34a622f72ed2a8add12af5b30a7.tar.gz kcc-d33c53b691cdd34a622f72ed2a8add12af5b30a7.tar.bz2 kcc-d33c53b691cdd34a622f72ed2a8add12af5b30a7.zip |
Version 4.0 - first draft for Python3 conversion
Diffstat (limited to 'setup.sh')
-rw-r--r-- | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh index a36d7f0..f4382d1 100644 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # Linux Python package build script -VERSION="3.6" +VERSION="4.0" cp kcc.py __main__.py zip kcc.zip __main__.py kcc/*.py |