diff --git a/pyproject.toml b/pyproject.toml index 2c4584c92706666f60b883869618492886342c30..a4d39d614f66e550ad04d72f12180eecdaf57b30 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 02426acad24fd8a937eb1ac3e1a8552761555bc0..1ed9a75a287a67f6d059f660dc1c48efdb7fae3d 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