diff options
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 fe6288f..6059d02 100644 --- a/stdnum/__init__.py +++ b/stdnum/__init__.py @@ -43,4 +43,4 @@ from stdnum.util import get_cc_module __all__ = ('get_cc_module', '__version__') # the version number of the library -__version__ = '1.16' +__version__ = '1.17' |