File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2323sys .path .insert (0 , os .path .abspath ("../src" ))
2424
2525# The full version, including alpha/beta/rc tags
26- release = "2.0.2 "
26+ release = "2.0.3 "
2727
2828# -- Project information -----------------------------------------------------
2929
Original file line number Diff line number Diff line change 33# https://oss.oracle.com/licenses/upl.
44[tool .poetry ]
55name = " coherence-client"
6- version = " 2.0.2 "
6+ version = " 2.0.3 "
77description = """ The Coherence Python Client allows Python applications to act as cache clients to a \
88Coherence Cluster using Google's gRPC framework as the network transport."""
99packages = [
Original file line number Diff line number Diff line change 66
77setup (
88 name = "coherence-client" ,
9- version = "2.0.2 " ,
9+ version = "2.0.3 " ,
1010 packages = ["coherence" ],
1111 url = "https://github.com/oracle/coherence-py-client" ,
1212 license = "UPL" ,
Original file line number Diff line number Diff line change 44
55from __future__ import annotations
66
7- __version__ = "2.0.2 "
7+ __version__ = "2.0.3 "
88
99import contextvars
1010import logging
You can’t perform that action at this time.
0 commit comments