orto 1.11.3__tar.gz → 1.13.0__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: orto
3
- Version: 1.11.3
3
+ Version: 1.13.0
4
4
  Summary: A package to make life easier when performing Orca calculations.
5
5
  Home-page: https://orto.kragskow.group
6
6
  Author: Jon Kragskow
@@ -16,10 +16,10 @@ License-File: LICENSE
16
16
  Requires-Dist: numpy>=2.1.2
17
17
  Requires-Dist: xyz_py>=5.19.2
18
18
  Requires-Dist: matplotlib>=3.9.2
19
- Requires-Dist: extto>=1.0.1
19
+ Requires-Dist: extto>=1.1.0
20
20
  Requires-Dist: pandas>=2.2.3
21
21
  Requires-Dist: subto>=0.1.1
22
- Requires-Dist: python-docx>=1.1.2
22
+ Requires-Dist: python-docx>=1.2.0
23
23
  Dynamic: author
24
24
  Dynamic: author-email
25
25
  Dynamic: classifier
@@ -0,0 +1 @@
1
+ __version__ = '1.13.0'