Skip to content

Commit 77f46f9

Browse files
karlwaldmanclaude
andauthored
chore: release 1.8.0 (WebSocket streaming + param fixes + typing-clean) (#34)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 29216e8 commit 77f46f9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

oilpriceapi/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@
55
Used in __init__.py, client.py, and async_client.py.
66
"""
77

8-
__version__ = "1.7.1"
8+
__version__ = "1.8.0"
99
SDK_VERSION = __version__
1010
SDK_NAME = "oilpriceapi-python"

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 = "oilpriceapi"
7-
version = "1.7.1"
7+
version = "1.8.0"
88
description = "Official Python SDK for OilPriceAPI - Real-time and historical oil prices"
99
authors = [
1010
{name = "OilPriceAPI", email = "support@oilpriceapi.com"}

0 commit comments

Comments
 (0)