diff options
| author | Paweł Jastrzębski <[email protected]> | 2014-09-28 13:17:09 +0200 |
|---|---|---|
| committer | Paweł Jastrzębski <[email protected]> | 2014-09-28 13:23:40 +0200 |
| commit | 652762b709da3083024325f36ef5571c1673afdf (patch) | |
| tree | 61d8c9a9a8326d81bec833ebe221d5fef70e2441 /kcc-c2p.py | |
| parent | CLI: Added tool detection (diff) | |
| download | kcc-652762b709da3083024325f36ef5571c1673afdf.tar.gz kcc-652762b709da3083024325f36ef5571c1673afdf.tar.bz2 kcc-652762b709da3083024325f36ef5571c1673afdf.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 1703413..2112a1c 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.2.1' +__version__ = '4.3' __license__ = 'ISC' __copyright__ = '2012-2014, Ciro Mattia Gonano <[email protected]>, Pawel Jastrzebski <[email protected]>' __docformat__ = 'restructuredtext en' |