File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -19,4 +19,4 @@ docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:22.06.4
19
19
* filters.py - using filters to filter results
20
20
* processors.py - using entry processors to mutate cache entries on the server without get/put
21
21
* aggregators.py - using entry aggregators to query a subset of entries to produce a result
22
- * events.py - demonstrates cache lifecycle and cache entry events
22
+ * events.py - demonstrates cache lifecycle and cache entry events
Original file line number Diff line number Diff line change 4
4
5
5
from __future__ import annotations
6
6
7
- __version__ = "0.1.0"
8
-
9
- from decimal import Decimal
10
- from typing import TypeAlias
7
+ __version__ = "1.0b1"
11
8
12
9
# expose these symbols in top-level namespace
13
10
from .aggregator import Aggregators as Aggregators
You can’t perform that action at this time.
0 commit comments