From a99da0780c6343da97ae88200c074d318c416bd7 Mon Sep 17 00:00:00 2001 From: Timothe Jost <timothe.jost@wanadoo.fr> Date: Mon, 5 May 2025 21:17:57 +0200 Subject: [PATCH] swapping back to one as a egg name (error before, doing that) --- pyproject.toml | 2 +- src/one/__init__.py | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2c4584c..a4d39d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ requires = ["setuptools >= 66.0"] build-backend = "setuptools.build_meta" [project] -name = "alyx-connector" +name = "one" authors = [ { name = "Timothé Jost-Mousseau", email = "timothe.jost-mousseau@pasteur.fr" }, ] diff --git a/src/one/__init__.py b/src/one/__init__.py index 02426ac..1ed9a75 100644 --- a/src/one/__init__.py +++ b/src/one/__init__.py @@ -1,5 +1,6 @@ """The Open Neurophysiology Environment (ONE) API""" -__version__ = "2.1.15" + +__version__ = "2.0.41" from . import api from .api import ONE -- GitLab