Skip to content

Commit ef65dd7

Browse files
committed
Bump version
1 parent f87c98b commit ef65dd7

File tree

3 files changed

+24
-26
lines changed

3 files changed

+24
-26
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "quantflow"
3-
version = "0.3.3"
3+
version = "0.4.0"
44
description = "quantitative analysis"
55
authors = [{ name = "Luca Sbardella", email = "[email protected]" }]
66
license = "BSD-3-Clause"
@@ -20,9 +20,7 @@ Repository = "https://github.com/quantmind/quantflow"
2020
Documentation = "https://quantmind.github.io/quantflow/"
2121

2222
[project.optional-dependencies]
23-
data = [
24-
"aio-fluid[http]>=1.2.1",
25-
]
23+
data = ["aio-fluid[http]>=1.2.1"]
2624
cli = [
2725
"asciichartpy>=1.5.25",
2826
"async-cache>=1.1.1",
@@ -41,7 +39,7 @@ black = "^25.1.0"
4139
pytest-cov = "^6.0.0"
4240
mypy = "^1.14.1"
4341
ghp-import = "^2.0.2"
44-
ruff = "^0.11.12"
42+
ruff = "^0.12.2"
4543
pytest-asyncio = "^1.0.0"
4644
isort = "^6.0.1"
4745

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.3"
3+
__version__ = "0.4.0"

0 commit comments

Comments
 (0)