diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-26 19:55:19 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2012-02-26 19:55:19 +0100 |
commit | 3325052c0ef011991019f584f1c3b4b90131e1fd (patch) | |
tree | 1349acf7ecc09ed302fecf263f08b8a572273439 /stdnum/__init__.py | |
parent | a3ba2061f864dc5a63e4804bf914126ccda78a05 (diff) |
get files ready for 0.7 release0.7
git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@172 9dea7c4f-944c-4273-ac1a-574ede026edc
Diffstat (limited to 'stdnum/__init__.py')
-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 e64a95a..4f42a7e 100644 --- a/stdnum/__init__.py +++ b/stdnum/__init__.py @@ -91,4 +91,4 @@ Furthermore a number of generic check digit algorithms are available: """ # the version number of the library -__version__ = '0.6' +__version__ = '0.7' |