lbt-honeybee 0.9.204__tar.gz → 0.9.205__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 lbt-honeybee might be problematic. Click here for more details.

Files changed (23) hide show
  1. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/PKG-INFO +2 -2
  2. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/lbt_honeybee.egg-info/PKG-INFO +2 -2
  3. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/lbt_honeybee.egg-info/requires.txt +1 -1
  4. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/requirements.txt +1 -1
  5. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/.dockerignore +0 -0
  6. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/.github/workflows/ci.yaml +0 -0
  7. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/.github/workflows/dependency-release.yaml +0 -0
  8. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/.gitignore +0 -0
  9. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/.releaserc.json +0 -0
  10. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/CODE_OF_CONDUCT.md +0 -0
  11. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/CONTRIBUTING.md +0 -0
  12. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/Dockerfile +0 -0
  13. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/LICENSE +0 -0
  14. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/README.md +0 -0
  15. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/deploy.sh +0 -0
  16. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/dev-requirements.txt +0 -0
  17. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/lbt_honeybee/README.md +0 -0
  18. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/lbt_honeybee.egg-info/SOURCES.txt +0 -0
  19. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/lbt_honeybee.egg-info/dependency_links.txt +0 -0
  20. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/lbt_honeybee.egg-info/top_level.txt +0 -0
  21. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/pass_tests.py +0 -0
  22. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/setup.cfg +0 -0
  23. {lbt_honeybee-0.9.204 → lbt_honeybee-0.9.205}/setup.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lbt-honeybee
3
- Version: 0.9.204
3
+ Version: 0.9.205
4
4
  Summary: Installs a collection of all Honeybee core and extension libraries.
5
5
  Home-page: https://github.com/ladybug-tools/lbt-honeybee
6
6
  Author: Ladybug Tools
@@ -18,7 +18,7 @@ Classifier: Programming Language :: Python :: Implementation :: IronPython
18
18
  Classifier: Operating System :: OS Independent
19
19
  Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
- Requires-Dist: honeybee-radiance-postprocess==0.4.591
21
+ Requires-Dist: honeybee-radiance-postprocess==0.4.592
22
22
  Requires-Dist: honeybee-energy[openstudio,standards]==1.116.107
23
23
  Requires-Dist: honeybee-display==0.6.1
24
24
  Requires-Dist: lbt-ladybug==0.27.162
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: lbt-honeybee
3
- Version: 0.9.204
3
+ Version: 0.9.205
4
4
  Summary: Installs a collection of all Honeybee core and extension libraries.
5
5
  Home-page: https://github.com/ladybug-tools/lbt-honeybee
6
6
  Author: Ladybug Tools
@@ -18,7 +18,7 @@ Classifier: Programming Language :: Python :: Implementation :: IronPython
18
18
  Classifier: Operating System :: OS Independent
19
19
  Description-Content-Type: text/markdown
20
20
  License-File: LICENSE
21
- Requires-Dist: honeybee-radiance-postprocess==0.4.591
21
+ Requires-Dist: honeybee-radiance-postprocess==0.4.592
22
22
  Requires-Dist: honeybee-energy[openstudio,standards]==1.116.107
23
23
  Requires-Dist: honeybee-display==0.6.1
24
24
  Requires-Dist: lbt-ladybug==0.27.162
@@ -1,4 +1,4 @@
1
- honeybee-radiance-postprocess==0.4.591
1
+ honeybee-radiance-postprocess==0.4.592
2
2
  honeybee-energy[openstudio,standards]==1.116.107
3
3
  honeybee-display==0.6.1
4
4
  lbt-ladybug==0.27.162
@@ -1,4 +1,4 @@
1
- honeybee-radiance-postprocess==0.4.591
1
+ honeybee-radiance-postprocess==0.4.592
2
2
  honeybee-energy[openstudio,standards]==1.116.107
3
3
  honeybee-display==0.6.1
4
4
  lbt-ladybug==0.27.162
File without changes
File without changes
File without changes
File without changes
File without changes