File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
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 = "1.0.0 "
26
+ release = "1.0.1 "
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 = " 1.0.0 "
6
+ version = " 1.0.1 "
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 = "1.0.0 " ,
9
+ version = "1.0.1 " ,
10
10
packages = ["coherence" ],
11
11
url = "https://github.com/oracle/coherence-py-client" ,
12
12
license = "UPL" ,
You can’t perform that action at this time.
0 commit comments