diff options
| author | Paweł Jastrzębski <[email protected]> | 2014-07-18 08:41:39 +0200 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2014-07-18 08:45:57 +0200 |
| commit | 0722ddf8b0ae53bb785ef6f0ee923dd56ea39472 (patch) | |
| tree | f176a3435f33c16d48a6c7eb9685569ca29c2616 /kcc-c2p.py | |
| parent | Prevented hypothetical problems with batch processing (diff) | |
| download | kcc-0722ddf8b0ae53bb785ef6f0ee923dd56ea39472.tar.gz kcc-0722ddf8b0ae53bb785ef6f0ee923dd56ea39472.tar.bz2 kcc-0722ddf8b0ae53bb785ef6f0ee923dd56ea39472.zip | |
Updated README + version bump
Diffstat (limited to 'kcc-c2p.py')
| -rwxr-xr-x | kcc-c2p.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc-c2p.py b/kcc-c2p.py index ca84077..a50500c 100755 --- a/kcc-c2p.py +++ b/kcc-c2p.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 <[email protected]>, Pawel Jastrzebski <[email protected]>' __docformat__ = 'restructuredtext en' |