From ad4af911a5e90cbd6e969235d1fbe19c13f2c9eb Mon Sep 17 00:00:00 2001 From: Arthur de Jong Date: Mon, 5 May 2025 22:26:20 +0200 Subject: Get files ready for 2.0 release --- stdnum/__init__.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'stdnum') 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' -- cgit v1.2.3