Skip to content
This repository was archived by the owner on Nov 8, 2024. It is now read-only.

Commit 8a659a2

Browse files
committed
v1.0.2
1 parent 0d6c4ad commit 8a659a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eppo_client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from eppo_client.http_client import HttpClient, SdkParams
1111
from eppo_client.read_write_lock import ReadWriteLock
1212

13-
__version__ = "1.0.1"
13+
__version__ = "1.0.2"
1414

1515
__client: Optional[EppoClient] = None
1616
__lock = ReadWriteLock()

0 commit comments

Comments
 (0)