pyrestoolbox 3.6.0__tar.gz → 3.7.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.
Files changed (128) hide show
  1. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/.github/workflows/build-wheels.yml +15 -15
  2. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/.github/workflows/tests.yml +4 -4
  3. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/.gitignore +7 -6
  4. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/Cargo.lock +1 -1
  5. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/Cargo.toml +1 -1
  6. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/PKG-INFO +1 -1
  7. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyproject.toml +1 -1
  8. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/dca/dca.py +575 -19
  9. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/changelist.rst +14 -0
  10. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/dca.rst +372 -8
  11. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/LICENSE +0 -0
  12. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/MANIFEST.in +0 -0
  13. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/README.rst +0 -0
  14. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/ResToolbox/privacy_policy.md +0 -0
  15. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/benchmark_rust_vs_python.py +0 -0
  16. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/build_pure_python.py +0 -0
  17. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/__init__.py +0 -0
  18. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/_accelerator.py +0 -0
  19. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/brine/__init__.py +0 -0
  20. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/brine/_lib_salting_library.py +0 -0
  21. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/brine/_lib_vle_engine.py +0 -0
  22. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/brine/brine.py +0 -0
  23. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/classes/__init__.py +0 -0
  24. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/classes/classes.py +0 -0
  25. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/constants/__init__.py +0 -0
  26. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/constants/constants.py +0 -0
  27. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/dca/__init__.py +0 -0
  28. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/brine.rst +0 -0
  29. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/examples.ipynb +0 -0
  30. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/gas.rst +0 -0
  31. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/bot.png +0 -0
  32. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/bot_PVTO.png +0 -0
  33. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/bot_img.png +0 -0
  34. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/dry_gas.png +0 -0
  35. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/grid_sat_df.png +0 -0
  36. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/influence.png +0 -0
  37. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/properties_df.png +0 -0
  38. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/sgof.png +0 -0
  39. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/img/swof.png +0 -0
  40. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/layer.rst +0 -0
  41. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/library.rst +0 -0
  42. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/matbal.rst +0 -0
  43. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/nodal.rst +0 -0
  44. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/nodal_examples.ipynb +0 -0
  45. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/nodal_hydrate_demo.ipynb +0 -0
  46. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/oil.rst +0 -0
  47. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/recommend.rst +0 -0
  48. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/sensitivity.rst +0 -0
  49. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/docs/simtools.rst +0 -0
  50. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/gas/__init__.py +0 -0
  51. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/gas/_hydrate.py +0 -0
  52. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/gas/gas.py +0 -0
  53. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/layer/__init__.py +0 -0
  54. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/layer/layer.py +0 -0
  55. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/library/__init__.py +0 -0
  56. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/library/component_library.xlsx +0 -0
  57. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/library/library.py +0 -0
  58. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/matbal/__init__.py +0 -0
  59. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/matbal/matbal.py +0 -0
  60. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/nodal/__init__.py +0 -0
  61. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/nodal/nodal.py +0 -0
  62. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/__init__.py +0 -0
  63. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_compressibility.py +0 -0
  64. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_constants.py +0 -0
  65. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_correlations.py +0 -0
  66. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_density.py +0 -0
  67. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_harmonize.py +0 -0
  68. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_pvt_class.py +0 -0
  69. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_rate.py +0 -0
  70. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_separator.py +0 -0
  71. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_tables.py +0 -0
  72. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/oil/_utils.py +0 -0
  73. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/plyasunov/__init__.py +0 -0
  74. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/plyasunov/iapws_if97.py +0 -0
  75. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/plyasunov/plyasunov_model.py +0 -0
  76. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/plyasunov/water_properties.py +0 -0
  77. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/recommend/__init__.py +0 -0
  78. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/recommend/recommend.py +0 -0
  79. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/sensitivity/__init__.py +0 -0
  80. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/sensitivity/sensitivity.py +0 -0
  81. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/shared_fns/__init__.py +0 -0
  82. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/shared_fns/shared_fns.py +0 -0
  83. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/simtools/__init__.py +0 -0
  84. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/simtools/_aquifer.py +0 -0
  85. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/simtools/_decks.py +0 -0
  86. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/simtools/_pvt_tables.py +0 -0
  87. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/simtools/_relperm.py +0 -0
  88. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/simtools/_vfp.py +0 -0
  89. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/simtools/simtools.py +0 -0
  90. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/validate/__init__.py +0 -0
  91. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/pyrestoolbox/validate/validate.py +0 -0
  92. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/setup.cfg +0 -0
  93. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/setup.py +0 -0
  94. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/bessel.rs +0 -0
  95. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/critical_properties/mod.rs +0 -0
  96. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/dca/hyperbolic.rs +0 -0
  97. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/dca/mod.rs +0 -0
  98. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/dca/ransac.rs +0 -0
  99. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/gas_viscosity/mod.rs +0 -0
  100. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/gwr.rs +0 -0
  101. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/lib.rs +0 -0
  102. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/matbal/mod.rs +0 -0
  103. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/matbal/objective.rs +0 -0
  104. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/oil/density.rs +0 -0
  105. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/oil/mod.rs +0 -0
  106. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/pseudopressure.rs +0 -0
  107. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/spycher_pruess/mod.rs +0 -0
  108. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/spycher_pruess/solubility.rs +0 -0
  109. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/alpha.rs +0 -0
  110. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/bip.rs +0 -0
  111. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/components.rs +0 -0
  112. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/eos.rs +0 -0
  113. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/flash.rs +0 -0
  114. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/fugacity.rs +0 -0
  115. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/k_init.rs +0 -0
  116. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/mod.rs +0 -0
  117. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vle/rachford_rice.rs +0 -0
  118. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/constants.rs +0 -0
  119. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/friction.rs +0 -0
  120. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/holdup_bb.rs +0 -0
  121. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/holdup_gray.rs +0 -0
  122. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/holdup_wg.rs +0 -0
  123. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/ift.rs +0 -0
  124. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/march.rs +0 -0
  125. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/mod.rs +0 -0
  126. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/pvt_helpers.rs +0 -0
  127. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/vlp/static_column.rs +0 -0
  128. {pyrestoolbox-3.6.0 → pyrestoolbox-3.7.0}/src/zfactor/mod.rs +0 -0
@@ -20,9 +20,9 @@ jobs:
20
20
  matrix:
21
21
  os: [ubuntu-latest, macos-14, windows-latest]
22
22
  steps:
23
- - uses: actions/checkout@v4
23
+ - uses: actions/checkout@v5
24
24
 
25
- - uses: actions/setup-python@v5
25
+ - uses: actions/setup-python@v6
26
26
  with:
27
27
  python-version: "3.12"
28
28
 
@@ -84,7 +84,7 @@ jobs:
84
84
  # ilt-inversion may not have matching wheels on PyPI yet).
85
85
  CIBW_TEST_SKIP: "*-manylinux* *-macosx* cp38-* cp39-*"
86
86
 
87
- - uses: actions/upload-artifact@v4
87
+ - uses: actions/upload-artifact@v6
88
88
  with:
89
89
  name: wheels-${{ matrix.os }}
90
90
  path: ./wheelhouse/*.whl
@@ -95,9 +95,9 @@ jobs:
95
95
  runs-on: macos-13
96
96
  if: false # Enable when macos-13 runners are available, or use cross-compilation
97
97
  steps:
98
- - uses: actions/checkout@v4
98
+ - uses: actions/checkout@v5
99
99
 
100
- - uses: actions/setup-python@v5
100
+ - uses: actions/setup-python@v6
101
101
  with:
102
102
  python-version: "3.12"
103
103
 
@@ -114,7 +114,7 @@ jobs:
114
114
  python -c "from pyrestoolbox._accelerator import get_status; s = get_status(); print(s); assert s['rust_available'], f'Rust not loaded: {s}'"
115
115
  CIBW_TEST_REQUIRES: "numpy"
116
116
 
117
- - uses: actions/upload-artifact@v4
117
+ - uses: actions/upload-artifact@v6
118
118
  with:
119
119
  name: wheels-macos-x86
120
120
  path: ./wheelhouse/*.whl
@@ -124,9 +124,9 @@ jobs:
124
124
  name: Build pure-Python wheel
125
125
  runs-on: ubuntu-latest
126
126
  steps:
127
- - uses: actions/checkout@v4
127
+ - uses: actions/checkout@v5
128
128
 
129
- - uses: actions/setup-python@v5
129
+ - uses: actions/setup-python@v6
130
130
  with:
131
131
  python-version: "3.12"
132
132
 
@@ -136,7 +136,7 @@ jobs:
136
136
  - name: Build pure-Python wheel
137
137
  run: python build_pure_python.py
138
138
 
139
- - uses: actions/upload-artifact@v4
139
+ - uses: actions/upload-artifact@v6
140
140
  with:
141
141
  name: wheels-pure-python
142
142
  path: ./dist/*.whl
@@ -146,9 +146,9 @@ jobs:
146
146
  name: Build source distribution
147
147
  runs-on: ubuntu-latest
148
148
  steps:
149
- - uses: actions/checkout@v4
149
+ - uses: actions/checkout@v5
150
150
 
151
- - uses: actions/setup-python@v5
151
+ - uses: actions/setup-python@v6
152
152
  with:
153
153
  python-version: "3.12"
154
154
 
@@ -161,7 +161,7 @@ jobs:
161
161
  - name: Build sdist
162
162
  run: maturin sdist --out dist
163
163
 
164
- - uses: actions/upload-artifact@v4
164
+ - uses: actions/upload-artifact@v6
165
165
  with:
166
166
  name: sdist
167
167
  path: ./dist/*.tar.gz
@@ -179,7 +179,7 @@ jobs:
179
179
  id-token: write # trusted publishing
180
180
  contents: write # create the GitHub Release
181
181
  steps:
182
- - uses: actions/download-artifact@v4
182
+ - uses: actions/download-artifact@v7
183
183
  with:
184
184
  path: dist
185
185
  merge-multiple: true
@@ -190,7 +190,7 @@ jobs:
190
190
  packages-dir: dist/
191
191
 
192
192
  # ── Create a notes-only GitHub Release (no binaries; PyPI is canonical) ──
193
- - uses: actions/checkout@v4
193
+ - uses: actions/checkout@v5
194
194
 
195
195
  - name: Extract release notes from changelist
196
196
  run: |
@@ -218,7 +218,7 @@ jobs:
218
218
  PY
219
219
 
220
220
  - name: Create GitHub Release
221
- uses: softprops/action-gh-release@v2
221
+ uses: softprops/action-gh-release@v3
222
222
  with:
223
223
  name: ${{ github.ref_name }}
224
224
  body_path: release_notes.md
@@ -15,9 +15,9 @@ jobs:
15
15
  name: Pure Python (PYRESTOOLBOX_NO_RUST=1)
16
16
  runs-on: ubuntu-latest
17
17
  steps:
18
- - uses: actions/checkout@v4
18
+ - uses: actions/checkout@v5
19
19
 
20
- - uses: actions/setup-python@v5
20
+ - uses: actions/setup-python@v6
21
21
  with:
22
22
  python-version: "3.10"
23
23
 
@@ -34,9 +34,9 @@ jobs:
34
34
  name: Rust-accelerated (parity tests)
35
35
  runs-on: ubuntu-latest
36
36
  steps:
37
- - uses: actions/checkout@v4
37
+ - uses: actions/checkout@v5
38
38
 
39
- - uses: actions/setup-python@v5
39
+ - uses: actions/setup-python@v6
40
40
  with:
41
41
  python-version: "3.10"
42
42
 
@@ -18,6 +18,7 @@ __pycache__/
18
18
  # Claude Code
19
19
  .claude/
20
20
  CLAUDE.md
21
+ HANDOFF.md
21
22
 
22
23
  # Jupyter checkpoints
23
24
  .ipynb_checkpoints/
@@ -36,9 +37,9 @@ target/
36
37
  *.rtf
37
38
  *.VFP
38
39
  *.png
39
-
40
- # Standalone ILT development (lives in ilt-inversion repo)
41
- ilt/
42
- benchmark_ilt.py
43
- benchmark_rust.py
44
- BUILD_INSTRUCTIONS.txt
40
+
41
+ # Standalone ILT development (lives in ilt-inversion repo)
42
+ ilt/
43
+ benchmark_ilt.py
44
+ benchmark_rust.py
45
+ BUILD_INSTRUCTIONS.txt
@@ -152,7 +152,7 @@ dependencies = [
152
152
 
153
153
  [[package]]
154
154
  name = "pyrestoolbox-native"
155
- version = "3.6.0"
155
+ version = "3.7.0"
156
156
  dependencies = [
157
157
  "pyo3",
158
158
  "rug",
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "pyrestoolbox-native"
3
- version = "3.6.0"
3
+ version = "3.7.0"
4
4
  edition = "2021"
5
5
  license = "GPL-3.0-or-later"
6
6
  description = "Rust acceleration extensions for pyResToolbox"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pyrestoolbox
3
- Version: 3.6.0
3
+ Version: 3.7.0
4
4
  Classifier: Programming Language :: Python :: 3
5
5
  Classifier: Programming Language :: Rust
6
6
  Classifier: License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
 
5
5
  [project]
6
6
  name = "pyrestoolbox"
7
- version = "3.6.0"
7
+ version = "3.7.0"
8
8
  description = "pyResToolbox - A collection of Reservoir Engineering Utilities"
9
9
  license = {text = "GPL-3.0-or-later"}
10
10
  authors = [{name = "Mark W. Burgoyne", email = "mark.w.burgoyne@gmail.com"}]