Skip to content

Commit bd4c60d

Browse files
committed
release
1 parent 9447de8 commit bd4c60d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "quantflow"
3-
version = "0.2.3"
3+
version = "0.2.4"
44
description = "quantitative analysis"
55
authors = ["Luca <luca@quantmind.com>"]
66
license = "BSD-3-Clause"

quantflow/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
"""Quantitative analysis and pricing"""
2-
__version__ = "0.2.3"
2+
__version__ = "0.2.4"

0 commit comments

Comments
 (0)