We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd55be3 commit b96f6b9Copy full SHA for b96f6b9
2 files changed
docs/conf.py
@@ -13,7 +13,7 @@
13
project = "Stellium"
14
copyright = "2025, Kate Louie"
15
author = "Kate Louie"
16
-release = "0.3.0"
+release = "0.4.0"
17
18
# -- General configuration ---------------------------------------------------
19
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
src/stellium/__init__.py
>>> chart = ChartBuilder.from_native(native).calculate()
"""
-__version__ = "0.3.0"
+__version__ = "0.4.0"
# === Core Building Blocks (Most Common) ===
# === Convenience Re-exports ===
0 commit comments