Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/pskc
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2017-01-21 18:49:49 +0100
committerArthur de Jong <arthur@arthurdejong.org>2017-01-21 18:49:49 +0100
commit5889df7dfc7531987177493182eb4f85515dbc9e (patch)
treed320a5749b089ead89693a1c89d907891605526a /pskc
parent29a183d37476279a81e43fa7c3d19bc6953e1ea5 (diff)
Get files ready for 0.5 release0.5
Diffstat (limited to 'pskc')
-rw-r--r--pskc/__init__.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/pskc/__init__.py b/pskc/__init__.py
index 1916cda..c63bc0e 100644
--- a/pskc/__init__.py
+++ b/pskc/__init__.py
@@ -1,7 +1,7 @@
# __init__.py - main module
# coding: utf-8
#
-# Copyright (C) 2014-2016 Arthur de Jong
+# Copyright (C) 2014-2017 Arthur de Jong
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
@@ -54,7 +54,7 @@ __all__ = ['PSKC', '__version__']
# the version number of the library
-__version__ = '0.4'
+__version__ = '0.5'
class PSKC(object):