Skip to content

Commit cdf5bc7

Browse files
Update to version 4.0.0
1 parent 446604c commit cdf5bc7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pynuodb/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
"""An implementation of Python PEP 249 for NuoDB.
22
3-
(C) Copyright 2013-2023 Dassault Systemes SE. All Rights Reserved.
3+
(C) Copyright 2013-2025 Dassault Systemes SE. All Rights Reserved.
44
55
This software is licensed under a BSD 3-Clause License.
66
See the LICENSE file provided with this software.
77
"""
88

9-
__version__ = '3.0.0'
9+
__version__ = '4.0.0'
1010

1111
from .connection import * # pylint: disable=wildcard-import
1212
from .datatype import * # pylint: disable=wildcard-import

0 commit comments

Comments
 (0)