From 979fdab41b7a05992bca45497eb9a23498bdd188 Mon Sep 17 00:00:00 2001 From: Alexander Vining Date: Mon, 9 Mar 2026 12:13:32 +0100 Subject: [PATCH 1/2] toml include for pip install --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8e9dd89..97a8958 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ projective_simulation = "projective_simulation._modidx:d" version = {attr = "projective_simulation.__version__"} [tool.setuptools.packages.find] -include = ["projective_simulation"] +include = ["projective_simulation", "projective_simulation.*"] [tool.nbdev] doc_path = 'docs' From 458fbe57b387c54e0178c2cc4ec0f5bf5eeef821 Mon Sep 17 00:00:00 2001 From: Alexander Vining Date: Mon, 9 Mar 2026 12:19:04 +0100 Subject: [PATCH 2/2] version bump --- projective_simulation/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projective_simulation/__init__.py b/projective_simulation/__init__.py index 3dc1f76..485f44a 100644 --- a/projective_simulation/__init__.py +++ b/projective_simulation/__init__.py @@ -1 +1 @@ -__version__ = "0.1.0" +__version__ = "0.1.1"