From ad9dc64a673cd88e9aea9b48c6911224675bdfa5 Mon Sep 17 00:00:00 2001 From: BalzaniEdoardo Date: Tue, 18 Jun 2024 21:03:46 -0400 Subject: [PATCH] new version --- pyproject.toml | 2 +- src/nemos/__init__.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index bf9072b6..7a088152 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "nemos" -version = "0.1.4" +version = "0.1.5" authors = [{name = "nemos authors"}] description = "NEural MOdelS, a statistical modeling framework for neuroscience." readme = "README.md" diff --git a/src/nemos/__init__.py b/src/nemos/__init__.py index 5f72cdcc..a6a5a1df 100644 --- a/src/nemos/__init__.py +++ b/src/nemos/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -__version__ = "0.1.4" +__version__ = "0.1.5" from . import ( basis,