Skip to content

Commit e9e2e72

Browse files
leoxenoclaude
andcommitted
Bump to 1.0.4, update GitHub URLs to pattern-causality org
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent aacf3de commit e9e2e72

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

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

99
[project]
1010
name = "pattern-causality"
11-
version = "1.0.3"
11+
version = "1.0.4"
1212
description = "Pattern Causality Algorithm in Python"
1313
readme = "README.md"
1414
requires-python = ">=3.8"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ def get_extensions():
119119

120120
setup(
121121
name="pattern-causality",
122-
version="1.0.3",
122+
version="1.0.4",
123123
description="Pattern Causality Algorithm in Python",
124124
long_description=long_description,
125125
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)