Skip to content

Commit 2e7db7e

Browse files
committed
Fix validation error.
Set version to 1.0b1
1 parent b4eb7c4 commit 2e7db7e

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

examples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ docker run -d -p 1408:1408 ghcr.io/oracle/coherence-ce:22.06.4
1919
* filters.py - using filters to filter results
2020
* processors.py - using entry processors to mutate cache entries on the server without get/put
2121
* 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

src/coherence/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44

55
from __future__ import annotations
66

7-
__version__ = "0.1.0"
8-
9-
from decimal import Decimal
10-
from typing import TypeAlias
7+
__version__ = "1.0b1"
118

129
# expose these symbols in top-level namespace
1310
from .aggregator import Aggregators as Aggregators

0 commit comments

Comments
 (0)