diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2014-06-19 22:16:24 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2014-06-19 22:16:24 +0200 |
commit | 09eb6b333c5a81392b70255db637be669d511654 (patch) | |
tree | 131b1cad8d6235d37f93ba172c5190e38e8040b3 /pskc | |
parent | 62c9af4ddb81d3ee02c0863d0eda8e8e122a48ca (diff) |
Get files ready for 0.2 release0.2
Diffstat (limited to 'pskc')
-rw-r--r-- | pskc/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pskc/__init__.py b/pskc/__init__.py index d837c88..61fa9fe 100644 --- a/pskc/__init__.py +++ b/pskc/__init__.py @@ -47,7 +47,7 @@ __all__ = ['PSKC', '__version__'] # the version number of the library -__version__ = '0.1' +__version__ = '0.2' class PSKC(object): |