Skip to content

Commit 17d43d6

Browse files
committed
Bump version to 0.2.1 for republish (0.2.0 already exists on PyPI)
1 parent 1d60cac commit 17d43d6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

cloudsealed_jit/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
from .parsing import BillingSeries, ParseError, parse_billing_csv
1313
from .analysis import AnalysisResult, analyze
1414

15-
__version__ = "0.2.0"
15+
__version__ = "0.2.1"
1616

1717
__all__ = [
1818
"BillingSeries",

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 = "cloudsealed-jit"
7-
version = "0.2.0"
7+
version = "0.2.1"
88
description = "Detect structural waste in cloud billing exports using robust day-of-week baselines"
99
readme = "README.md"
1010
requires-python = ">=3.10"

0 commit comments

Comments
 (0)