Skip to content

Commit fc4a19a

Browse files
committed
chore: bump version to 0.8.4
1 parent 232ac3f commit fc4a19a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

logtide_sdk/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
QueryOptions,
2424
)
2525

26-
__version__ = "0.8.4rc1"
26+
__version__ = "0.8.4"
2727

2828
__all__ = [
2929
# Clients

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "logtide-sdk"
7-
version = "0.8.4rc1"
7+
version = "0.8.4"
88
description = "Official Python SDK for LogTide - Self-hosted log management with async client, logging integration, batching, retry, circuit breaker, and middleware"
99
readme = "README.md"
1010
license = {text = "MIT"}

0 commit comments

Comments
 (0)