about summary refs log tree commit diff
path: root/kcc.py
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 /kcc.py
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 'kcc.py')
-rwxr-xr-xkcc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc.py b/kcc.py
index 905a9ae..9e546b9 100755
--- a/kcc.py
+++ b/kcc.py
@@ -18,7 +18,7 @@
 # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
 # PERFORMANCE OF THIS SOFTWARE.
 
-__version__ = '4.1'
+__version__ = '4.2'
 __license__ = 'ISC'
 __copyright__ = '2012-2014, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@iosphe.re>'
 __docformat__ = 'restructuredtext en'