Skip to content

Commit 04ad160

Browse files
Bump to v0.3.1: fix PyPI badge showing stale version
PyPI renders README at build time. The 0.3.0 build still had the old badge.fury.io URL which was cached at 0.2.0. This release includes the corrected shields.io badge that updates in real-time. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 6d6aa03 commit 04ad160

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ pytest
405405
author={Wang, Bryce},
406406
year={2025},
407407
url={https://github.com/brycewang-stanford/statspai},
408-
version={0.3.0}
408+
version={0.3.1}
409409
}
410410
```
411411

pyproject.toml

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

55
[project]
66
name = "StatsPAI"
7-
version = "0.3.0"
7+
version = "0.3.1"
88
description = "The Causal Inference & Econometrics Toolkit for Python"
99
readme = "README.md"
1010
license = {text = "MIT"}

src/statspai/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
>>> sp.outreg2(result, filename="results.xlsx")
2323
"""
2424

25-
__version__ = "0.3.0"
25+
__version__ = "0.3.1"
2626
__author__ = "Bryce Wang"
2727
__email__ = "bryce@copaper.ai"
2828

0 commit comments

Comments
 (0)