about summary refs log tree commit diff
path: root/setup.sh
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2014-07-18 08:41:39 +0200
committerPaweł Jastrzębski <pawelj@iosphe.re>2014-07-18 08:45:57 +0200
commit0722ddf8b0ae53bb785ef6f0ee923dd56ea39472 (patch)
treef176a3435f33c16d48a6c7eb9685569ca29c2616 /setup.sh
parentPrevented hypothetical problems with batch processing (diff)
downloadkcc-0722ddf8b0ae53bb785ef6f0ee923dd56ea39472.tar.gz
kcc-0722ddf8b0ae53bb785ef6f0ee923dd56ea39472.tar.bz2
kcc-0722ddf8b0ae53bb785ef6f0ee923dd56ea39472.zip
Updated README + version bump
Diffstat (limited to '')
-rwxr-xr-xsetup.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.sh b/setup.sh
index 0f9d0d2..bd69758 100755
--- a/setup.sh
+++ b/setup.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 # Linux Python package build script
 
-VERSION="4.1"
+VERSION="4.2"
 
 cp kcc.py __main__.py
 zip kcc.zip __main__.py kcc/*.py