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 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="",