Skip to content

Commit bb1bdfc

Browse files
committed
Update version to 0.9
1 parent 46c816d commit bb1bdfc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://oss.oracle.com/licenses/upl.
44
[tool.poetry]
55
name = "coherence"
6-
version = "0.1.0"
6+
version = "0.9.0"
77
description = """The Coherence Python Client allows Python applications to act as cache clients to a \
88
Coherence Cluster using Google's gRPC framework as the network transport."""
99
authors = ["Dhiru Pandey <[email protected]>", "Ryan Lubke <[email protected]>"]

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
setup(
88
name="coherence",
9-
version="0.1.0",
9+
version="0.9.0",
1010
packages=["coherence"],
11-
url="https://github.com/coherence-community/coherence-py-client",
11+
url="https://github.com/oracle/coherence-py-client",
1212
license="UPL",
1313
author="Oracle Coherence Team",
1414
author_email="",

0 commit comments

Comments
 (0)