diff options
author | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-06-09 09:42:10 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@vulturis.eu> | 2013-06-09 09:42:10 +0200 |
commit | 880f2203556825e5aa5717d3aea349eeae5e74cc (patch) | |
tree | 69f928a1e10f4d1ee70d9dd0c639b94bcdac9466 /kcc.py | |
parent | Updated README (diff) | |
download | kcc-880f2203556825e5aa5717d3aea349eeae5e74cc.tar.gz kcc-880f2203556825e5aa5717d3aea349eeae5e74cc.tar.bz2 kcc-880f2203556825e5aa5717d3aea349eeae5e74cc.zip |
Small cleanup
Diffstat (limited to 'kcc.py')
-rw-r--r-- | kcc.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcc.py b/kcc.py index 8de8c09..70287d7 100644 --- a/kcc.py +++ b/kcc.py @@ -16,9 +16,9 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. # -__version__ = '2.10' +__version__ = '3.0' __license__ = 'ISC' -__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>' +__copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>, Pawel Jastrzebski <pawelj@vulturis.eu>' __docformat__ = 'restructuredtext en' from Tkinter import * |