diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-06-14 21:23:32 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-06-14 21:56:57 +0200 |
commit | c042f0224ee767a2cc2b9493d091c32b190cbeca (patch) | |
tree | 884cc727a45116be7190545c944e21fcadca9ba5 /stdnum | |
parent | 31e5e81e14d4bd0eeaa4b9c43ca82da31421ecf3 (diff) |
Get files ready for 0.8.1 release0.8.1
Diffstat (limited to 'stdnum')
-rw-r--r-- | stdnum/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdnum/__init__.py b/stdnum/__init__.py index f3065cd..4742be3 100644 --- a/stdnum/__init__.py +++ b/stdnum/__init__.py @@ -96,4 +96,4 @@ Furthermore a number of generic check digit algorithms are available: # the version number of the library -__version__ = '0.8' +__version__ = '0.8.1' |