diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-12-06 23:33:04 +0100 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-12-06 23:33:04 +0100 |
commit | 7f5de291743f4a909e16c2106ebf9c9fbebb7069 (patch) | |
tree | 4350d6d8268768916bebcfc26a973c800c777f4f /kcc.py | |
parent | Fixed PNG output (sigh!) (diff) | |
download | kcc-7f5de291743f4a909e16c2106ebf9c9fbebb7069.tar.gz kcc-7f5de291743f4a909e16c2106ebf9c9fbebb7069.tar.bz2 kcc-7f5de291743f4a909e16c2106ebf9c9fbebb7069.zip |
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 4d60f5e..20bb575 100644 --- 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__ = '3.6' +__version__ = '3.6.1' __license__ = 'ISC' __copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>' __docformat__ = 'restructuredtext en' |