From 3325052c0ef011991019f584f1c3b4b90131e1fd Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Sun, 26 Feb 2012 18:55:19 +0000 Subject: get files ready for 0.7 release git-svn-id: http://arthurdejong.org/svn/python-stdnum/python-stdnum@172 9dea7c4f-944c-4273-ac1a-574ede026edc --- stdnum/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdnum/__init__.py') 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' -- cgit v1.2.3