Skip to content

Commit 7a378c7

Browse files
committed
release
1 parent fb4e524 commit 7a378c7

File tree

3 files changed

+58
-57
lines changed

3 files changed

+58
-57
lines changed

poetry.lock

Lines changed: 52 additions & 51 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "quantflow"
3-
version = "0.3.1"
3+
version = "0.3.2"
44
description = "quantitative analysis"
55
authors = ["Luca <luca@quantmind.com>"]
66
license = "BSD-3-Clause"
@@ -27,13 +27,13 @@ holidays = {version = "^0.63", optional = true}
2727
async-cache = {version = "^1.1.1", optional = true}
2828

2929
[tool.poetry.group.dev.dependencies]
30-
black = "^24.1.1"
30+
black = "^25.1.0"
3131
pytest-cov = "^6.0.0"
3232
mypy = "^1.14.1"
3333
ghp-import = "^2.0.2"
34-
ruff = "^0.8.1"
35-
pytest-asyncio = "^0.25.0"
36-
isort = "^5.13.2"
34+
ruff = "^0.11.2"
35+
pytest-asyncio = "^0.26.0"
36+
isort = "^6.0.1"
3737

3838

3939
[tool.poetry.extras]

quantflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
"""Quantitative analysis and pricing"""
22

3-
__version__ = "0.3.1"
3+
__version__ = "0.3.2"

0 commit comments

Comments
 (0)