Skip to content

Commit

Permalink
Merge pull request #197 from ultima-ib/py0.7
Browse files Browse the repository at this point in the history
Py0.7
  • Loading branch information
AnatolyBuga authored May 27, 2024
2 parents 8895474 + bbd62ad commit 136b921
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "0.6.0"
version = "0.7.0"
authors = ["Anatoly Bugakov"]
description = "Ultibi is a BI tool for no code data analysis"
documentation = "https://ultimabi.uk/ultibi-frtb-book/"
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ See python frtb [userguide](https://ultimabi.uk/ultibi-frtb-book/).
| ----------- | ----------- |
| 0.5 | 18.7 |
| 0.6 | 19.18 |
| 0.7 | 20.27 |

### License
Licensor: Ultibi Ltd.
Expand Down
2 changes: 1 addition & 1 deletion pyultima/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ enable_error_code = [
disable_error_code = [
"empty-body",
]
python_version = 3.9 # MRV of Python for Ultibi is 3.9
python_version = "3.9" # MRV of Python for Ultibi is 3.9
exclude = ['venv', '.venv']

[[tool.mypy.overrides]]
Expand Down

0 comments on commit 136b921

Please sign in to comment.