diff options
| author | Paweł Jastrzębski <[email protected]> | 2014-06-03 19:26:24 +0200 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2014-06-03 19:26:24 +0200 |
| commit | 3f608eb6023f7f620b7a9eed39c3608c343a7862 (patch) | |
| tree | c9ce6e906dbe5b50938118cc943af4d426f706ba /kcc-c2e.py | |
| parent | Fixed title parsing (diff) | |
| download | kcc-3f608eb6023f7f620b7a9eed39c3608c343a7862.tar.gz kcc-3f608eb6023f7f620b7a9eed39c3608c343a7862.tar.bz2 kcc-3f608eb6023f7f620b7a9eed39c3608c343a7862.zip | |
Version bump
Diffstat (limited to 'kcc-c2e.py')
| -rwxr-xr-x | kcc-c2e.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc-c2e.py b/kcc-c2e.py index 2531736..4a6442f 100755 --- a/kcc-c2e.py +++ b/kcc-c2e.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' |