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 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.0b1 "
26
+ release = "1.0rc1 "
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.0b1 "
6
+ version = " 1.0rc1 "
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.0b1 " ,
9
+ version = "1.0rc1 " ,
10
10
packages = ["coherence" ],
11
11
url = "https://github.com/oracle/coherence-py-client" ,
12
12
license = "UPL" ,
Original file line number Diff line number Diff line change 4
4
5
5
from __future__ import annotations
6
6
7
- __version__ = "1.0b1 "
7
+ __version__ = "1.0rc1 "
8
8
9
9
import logging
10
10
You can’t perform that action at this time.
0 commit comments