diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2019-10-27 21:26:50 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2019-10-27 21:26:50 +0100 |
commit | 41b9c946c92f344eb2537e877215e1b75d6abff7 (patch) | |
tree | f11fbba62bb5910bc703eb8b85253f0deddfb226 /stdnum/__init__.py | |
parent | 6ca5b5357a598d1fc06603b6db141d8bf42cf5dd (diff) |
Get files ready for 1.12 release1.12
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 914b6e4..e50aa4c 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.11' +__version__ = '1.12' |