diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2025-05-05 22:26:20 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2025-05-05 22:35:34 +0200 |
commit | ad4af911a5e90cbd6e969235d1fbe19c13f2c9eb (patch) | |
tree | 74f66c0925cf9e8a65f1c2a95ffa57a96aa52f34 /stdnum | |
parent | f2967d36ead07a73577bab41c56e3c8b2de96b7e (diff) |
Get files ready for 2.0 release2.0
Diffstat (limited to 'stdnum')
-rw-r--r-- | stdnum/__init__.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stdnum/__init__.py b/stdnum/__init__.py index 85da9ef..fa2d281 100644 --- a/stdnum/__init__.py +++ b/stdnum/__init__.py @@ -1,7 +1,7 @@ # __init__.py - main module # coding: utf-8 # -# Copyright (C) 2010-2024 Arthur de Jong +# Copyright (C) 2010-2025 Arthur de Jong # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public @@ -45,4 +45,4 @@ from stdnum.util import get_cc_module __all__ = ('get_cc_module', '__version__') # the version number of the library -__version__ = '1.20' +__version__ = '2.0' |