diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-13 00:38:03 +0100 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-03-13 00:38:03 +0100 |
commit | 660df4b3700f939ec8a035d1bceb129f6ceb7864 (patch) | |
tree | 656a9085c4e78ce58ff844f67ed550b02858d319 /kcc.py | |
parent | Apply the correct ordering for image processing (closes #33, thanks to @dever... (diff) | |
download | kcc-660df4b3700f939ec8a035d1bceb129f6ceb7864.tar.gz kcc-660df4b3700f939ec8a035d1bceb129f6ceb7864.tar.bz2 kcc-660df4b3700f939ec8a035d1bceb129f6ceb7864.zip |
Bump to 2.8-dev
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 3ec5d11..cbf6c9a 100644 --- a/kcc.py +++ b/kcc.py @@ -16,7 +16,7 @@ # TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR # PERFORMANCE OF THIS SOFTWARE. # -__version__ = '2.7' +__version__ = '2.8-dev' __license__ = 'ISC' __copyright__ = '2012-2013, Ciro Mattia Gonano <ciromattia@gmail.com>' __docformat__ = 'restructuredtext en' |