We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9447de8 commit bd4c60dCopy full SHA for bd4c60d
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "quantflow"
3
-version = "0.2.3"
+version = "0.2.4"
4
description = "quantitative analysis"
5
authors = ["Luca <luca@quantmind.com>"]
6
license = "BSD-3-Clause"
quantflow/__init__.py
@@ -1,2 +1,2 @@
"""Quantitative analysis and pricing"""
-__version__ = "0.2.3"
+__version__ = "0.2.4"
0 commit comments