Skip to content

Commit 62adffa

Browse files
author
TNFR AI Agent
committed
Release v9.5.1: Switch to stable versioning for PyPI deployment
- Changed pyproject.toml from dynamic versioning to static v9.5.1 - Updated _version.py to match PyPI release - Package now available as stable release on PyPI - Default pip install tnfr now installs v9.5.1
1 parent 8467e26 commit 62adffa

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "tnfr"
3-
dynamic = ["version"]
3+
version = "9.5.1"
44
description = "Resonant Fractal Nature Theory (TNFR) - Computational engine for modeling coherent patterns through resonance dynamics"
55
readme = "README.md"
66
requires-python = ">=3.10"

src/tnfr/_version.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
"""Version information for TNFR package."""
2+
3+
__version__ = "9.5.1"

0 commit comments

Comments
 (0)