diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2014-11-24 19:07:50 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2014-11-24 19:07:50 +0100 |
commit | 94586fa59056c7375cff2ba6f524e2a180d7e4df (patch) | |
tree | 697e1a8a0f42ac1d05c9441aa59ca996fca3be1d /setup.sh | |
parent | Disabled MCD integration (diff) | |
download | kcc-94586fa59056c7375cff2ba6f524e2a180d7e4df.tar.gz kcc-94586fa59056c7375cff2ba6f524e2a180d7e4df.tar.bz2 kcc-94586fa59056c7375cff2ba6f524e2a180d7e4df.zip |
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 e1947dd..20708fa 100755 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # Linux Python package build script -VERSION="4.3" +VERSION="4.3.1" cp kcc.py __main__.py zip kcc.zip __main__.py kcc/*.py |