File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 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.1 "
26
+ release = "2.0.2 "
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.1 "
6
+ version = " 2.0.2 "
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.1 " ,
9
+ version = "2.0.2 " ,
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 4
4
5
5
from __future__ import annotations
6
6
7
- __version__ = "2.0.1 "
7
+ __version__ = "2.0.2 "
8
8
9
9
import contextvars
10
10
import logging
You can’t perform that action at this time.
0 commit comments