diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-06-03 19:26:24 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2014-06-03 19:26:24 +0200 |
commit | 3f608eb6023f7f620b7a9eed39c3608c343a7862 (patch) | |
tree | c9ce6e906dbe5b50938118cc943af4d426f706ba /setup.sh | |
parent | Fixed title parsing (diff) | |
download | kcc-3f608eb6023f7f620b7a9eed39c3608c343a7862.tar.gz kcc-3f608eb6023f7f620b7a9eed39c3608c343a7862.tar.bz2 kcc-3f608eb6023f7f620b7a9eed39c3608c343a7862.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 aa3212b..0f9d0d2 100755 --- a/setup.sh +++ b/setup.sh @@ -1,7 +1,7 @@ #!/bin/bash # Linux Python package build script -VERSION="4.0.2" +VERSION="4.1" cp kcc.py __main__.py zip kcc.zip __main__.py kcc/*.py |