Skip to content

Release 1.0.1 #53

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jul 11, 2023
Merged
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
sys.path.insert(0, os.path.abspath("../src"))

# The full version, including alpha/beta/rc tags
release = "1.0.0"
release = "1.0.1"

# -- Project information -----------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# https://oss.oracle.com/licenses/upl.
[tool.poetry]
name = "coherence-client"
version = "1.0.0"
version = "1.0.1"
description = """The Coherence Python Client allows Python applications to act as cache clients to a \
Coherence Cluster using Google's gRPC framework as the network transport."""
packages = [
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name="coherence-client",
version="1.0.0",
version="1.0.1",
packages=["coherence"],
url="https://github.com/oracle/coherence-py-client",
license="UPL",
Expand Down