File tree 4 files changed +6
-6
lines changed
4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
# ----------------------------------------------------------------------------------------------------------------------
2
- # Copyright (c) 2022, 2024 , Oracle and/or its affiliates.
2
+ # Copyright (c) 2022, 2025 , Oracle and/or its affiliates.
3
3
# Licensed under the Universal Permissive License v 1.0 as shown at
4
4
# https://oss.oracle.com/licenses/upl.
5
5
#
23
23
sys .path .insert (0 , os .path .abspath ("../src" ))
24
24
25
25
# The full version, including alpha/beta/rc tags
26
- release = "2.0.0 "
26
+ release = "2.0.1 "
27
27
28
28
# -- Project information -----------------------------------------------------
29
29
Original file line number Diff line number Diff line change 3
3
# https://oss.oracle.com/licenses/upl.
4
4
[tool .poetry ]
5
5
name = " coherence-client"
6
- version = " 2.0.0 "
6
+ version = " 2.0.1 "
7
7
description = """ The Coherence Python Client allows Python applications to act as cache clients to a \
8
8
Coherence Cluster using Google's gRPC framework as the network transport."""
9
9
packages = [
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = "coherence-client" ,
9
- version = "2.0.0 " ,
9
+ version = "2.0.1 " ,
10
10
packages = ["coherence" ],
11
11
url = "https://github.com/oracle/coherence-py-client" ,
12
12
license = "UPL" ,
Original file line number Diff line number Diff line change 1
- # Copyright (c) 2022, 2024 , Oracle and/or its affiliates.
1
+ # Copyright (c) 2022, 2025 , Oracle and/or its affiliates.
2
2
# Licensed under the Universal Permissive License v 1.0 as shown at
3
3
# https://oss.oracle.com/licenses/upl.
4
4
5
5
from __future__ import annotations
6
6
7
- __version__ = "2.0.0 "
7
+ __version__ = "2.0.1 "
8
8
9
9
import contextvars
10
10
import logging
You can’t perform that action at this time.
0 commit comments