diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-03-08 18:07:47 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-03-08 18:07:47 +0100 |
commit | 26bd2d3ed07db087cfe71888a934218607c9ee5b (patch) | |
tree | 25d6461ade10e79bbb6d1a19daa61878d0977e36 /setup.sh | |
parent | Fixed bookmark drift caused by image splits (diff) | |
download | kcc-26bd2d3ed07db087cfe71888a934218607c9ee5b.tar.gz kcc-26bd2d3ed07db087cfe71888a934218607c9ee5b.tar.bz2 kcc-26bd2d3ed07db087cfe71888a934218607c9ee5b.zip |
Version bump
Diffstat (limited to '')
-rwxr-xr-x | setup.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh index ccabf2e..c26a53e 100755 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # Linux Python package build script -VERSION="4.4.1" +VERSION="4.5" cp kcc.py __main__.py zip kcc.zip __main__.py kcc/*.py |