about summary refs log tree commit diff
path: root/kcc.py
diff options
context:
space:
mode:
authorPaweł Jastrzębski <[email protected]>2014-06-03 19:26:24 +0200
committerPaweł Jastrzębski <[email protected]>2014-06-03 19:26:24 +0200
commit3f608eb6023f7f620b7a9eed39c3608c343a7862 (patch)
treec9ce6e906dbe5b50938118cc943af4d426f706ba /kcc.py
parentFixed title parsing (diff)
downloadkcc-3f608eb6023f7f620b7a9eed39c3608c343a7862.tar.gz
kcc-3f608eb6023f7f620b7a9eed39c3608c343a7862.tar.bz2
kcc-3f608eb6023f7f620b7a9eed39c3608c343a7862.zip
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 370b23c..1264841 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.0.2'
+__version__ = '4.1'
 __license__ = 'ISC'
 __copyright__ = '2012-2014, Ciro Mattia Gonano <[email protected]>, Pawel Jastrzebski <[email protected]>'
 __docformat__ = 'restructuredtext en'