python-daynest 0.1.10__tar.gz → 0.1.11__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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: python-daynest
3
- Version: 0.1.10
3
+ Version: 0.1.11
4
4
  Summary: Python client library for the Daynest API
5
5
  License: MIT
6
6
  Requires-Python: >=3.12
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "python-daynest"
3
- version = "0.1.10"
3
+ version = "0.1.11"
4
4
  description = "Python client library for the Daynest API"
5
5
  requires-python = ">=3.12"
6
6
  license = { text = "MIT" }
@@ -522,7 +522,7 @@ wheels = [
522
522
 
523
523
  [[package]]
524
524
  name = "python-daynest"
525
- version = "0.1.10"
525
+ version = "0.1.11"
526
526
  source = { editable = "." }
527
527
  dependencies = [
528
528
  { name = "aiohttp" },