From a61065f7653aae9f48e32e34dfcaad8c9cc99532 Mon Sep 17 00:00:00 2001 From: Rajan Walia Date: Thu, 28 May 2026 11:44:33 -0700 Subject: [PATCH 1/2] adding python 3.14 to pypi workflow --- .github/workflows/build-wheels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-wheels.yml b/.github/workflows/build-wheels.yml index 8ac274d..17c86e0 100644 --- a/.github/workflows/build-wheels.yml +++ b/.github/workflows/build-wheels.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ["3.11", "3.12", "3.13"] + python-version: ["3.11", "3.12", "3.13", "3.14"] steps: - uses: actions/checkout@v4 From 2dcb205a688fd7a1e9356c2a4982046db3e554f7 Mon Sep 17 00:00:00 2001 From: Rajan Walia Date: Thu, 28 May 2026 11:45:49 -0700 Subject: [PATCH 2/2] bumping version --- python/nexus/__init__.py | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/nexus/__init__.py b/python/nexus/__init__.py index c624113..b757f13 100644 --- a/python/nexus/__init__.py +++ b/python/nexus/__init__.py @@ -1,5 +1,5 @@ """isort:skip_file""" -__version__ = '0.2.0' +__version__ = '0.2.1' # --------------------------------------- # Note: import order is significant here. diff --git a/setup.py b/setup.py index 97455ff..db4799b 100644 --- a/setup.py +++ b/setup.py @@ -287,7 +287,7 @@ def get_entry_points(): setup( name=os.environ.get("NEXUS_WHEEL_NAME", "knexus"), - version="0.2.0", + version="0.2.1", author="Simon Waters, Matthew Leon, Alex Baden", author_email="simon@kernelize.ai", description="",