File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11# ----------------------------------------------------------------------------------------------------------------------
2- # Copyright (c) 2022, 2024 , Oracle and/or its affiliates.
2+ # Copyright (c) 2022, 2025 , Oracle and/or its affiliates.
33# Licensed under the Universal Permissive License v 1.0 as shown at
44# https://oss.oracle.com/licenses/upl.
55#
2323sys .path .insert (0 , os .path .abspath ("../src" ))
2424
2525# The full version, including alpha/beta/rc tags
26- release = "2.0.0 "
26+ release = "2.0.1 "
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.0 "
6+ version = " 2.0.1 "
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.0 " ,
9+ version = "2.0.1 " ,
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 1- # Copyright (c) 2022, 2024 , Oracle and/or its affiliates.
1+ # Copyright (c) 2022, 2025 , Oracle and/or its affiliates.
22# Licensed under the Universal Permissive License v 1.0 as shown at
33# https://oss.oracle.com/licenses/upl.
44
55from __future__ import annotations
66
7- __version__ = "2.0.0 "
7+ __version__ = "2.0.1 "
88
99import contextvars
1010import logging
You can’t perform that action at this time.
0 commit comments