tyba-client 0.4.16__tar.gz → 0.4.17__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of tyba-client might be problematic. Click here for more details.

@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: tyba-client
3
- Version: 0.4.16
3
+ Version: 0.4.17
4
4
  Summary: A Python API client for the Tyba Public API
5
5
  License: MIT
6
6
  Author: Tyler Nisonoff
@@ -1,6 +1,6 @@
1
1
  [tool.poetry]
2
2
  name = "tyba-client"
3
- version = "0.4.16"
3
+ version = "0.4.17"
4
4
  description = "A Python API client for the Tyba Public API"
5
5
  authors = ["Tyler Nisonoff <tyler@tybaenergy.com>"]
6
6
  license = "MIT"
@@ -112,7 +112,7 @@ class Operations(object):
112
112
  }
113
113
  case "single_day":
114
114
  assumption["data"] = {
115
- "aggregation": "single_day_hourly",
115
+ "aggregation": "single_day",
116
116
  "values": values,
117
117
  "date": date
118
118
  }
File without changes