diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2014-09-28 13:17:09 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2014-09-28 13:23:40 +0200 |
commit | 652762b709da3083024325f36ef5571c1673afdf (patch) | |
tree | 61d8c9a9a8326d81bec833ebe221d5fef70e2441 /setup.sh | |
parent | CLI: Added tool detection (diff) | |
download | kcc-652762b709da3083024325f36ef5571c1673afdf.tar.gz kcc-652762b709da3083024325f36ef5571c1673afdf.tar.bz2 kcc-652762b709da3083024325f36ef5571c1673afdf.zip |
Updated README + version bump
Diffstat (limited to 'setup.sh')
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh index eacc5c4..e1947dd 100755 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # Linux Python package build script -VERSION="4.2.1" +VERSION="4.3" cp kcc.py __main__.py zip kcc.zip __main__.py kcc/*.py |