Skip to content

Commit

Permalink
added lng prices, updated wrd
Browse files Browse the repository at this point in the history
  • Loading branch information
achristie committed Oct 31, 2024
1 parent bd4b28f commit 8180592
Show file tree
Hide file tree
Showing 4 changed files with 556 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "spgci"
version = "0.0.47"
version = "0.0.48"
description = "SPGCI is an API Client for the S&P Commodity Insights REST API"
authors = ["S&P Global Commodity Insights <pl_api_support@spglobal.com>"]
license = "Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion spgci/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def get_token() -> str:
auth: Union[AuthBase, None] = None

#: Version of the SPGCI Pkg
version = "0.0.47"
version = "0.0.48"

#: time to sleep between api calls
sleep_time = 0
Expand Down
Loading

0 comments on commit 8180592

Please sign in to comment.