Skip to content

Commit 4aba1b5

Browse files
chore: bump version to 0.2.1
1 parent ecd462a commit 4aba1b5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
project = 'QuantLab'
1616
copyright = '2025, nittygritty-zzy'
1717
author = 'nittygritty-zzy'
18-
release = '0.2.0'
19-
version = '0.2.0'
18+
release = '0.2.1'
19+
version = '0.2.1'
2020

2121
# -- General configuration ---------------------------------------------------
2222
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
44

55
[project]
66
name = "quantlabs"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Professional quantitative trading research platform with ML-powered backtesting, multi-source options analysis, portfolio management, and interactive Plotly visualizations"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)