diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-09-06 10:00:08 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-09-06 10:00:08 +0200 |
commit | 4c96de9cdffdd5600e7b3fccf3451d6e737002e4 (patch) | |
tree | d1d689a7311f8ba0f49d60828d57ba4a0162d1ca /kcc.py | |
parent | Hotfix for Russian OS (diff) | |
download | kcc-4c96de9cdffdd5600e7b3fccf3451d6e737002e4.tar.gz kcc-4c96de9cdffdd5600e7b3fccf3451d6e737002e4.tar.bz2 kcc-4c96de9cdffdd5600e7b3fccf3451d6e737002e4.zip |
Updated README and version bump
Diffstat (limited to 'kcc.py')
-rw-r--r-- | kcc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kcc.py b/kcc.py index 08cdc10..c81a806 100644 --- a/kcc.py +++ b/kcc.py @@ -17,7 +17,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. -__version__ = '3.2' +__version__ = '3.2.1' __license__ = 'ISC' __copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>' __docformat__ = 'restructuredtext en' |