From 03c3d4b9906f8601dc500aaf3e235d7184362f13 Mon Sep 17 00:00:00 2001 From: BalzaniEdoardo Date: Tue, 16 Apr 2024 17:03:29 -0400 Subject: [PATCH] updated python version and tag --- pyproject.toml | 4 ++-- src/nemos/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index f3214304..49dd40b3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,11 +4,11 @@ build-backend = "setuptools.build_meta" [project] name = "nemos" -version = "0.1.1" +version = "0.1.2" authors = [{name = "nemos authors"}] description = "NEural MOdelS, a statistical modeling framework for neuroscience." readme = "README.md" -requires-python = ">=3.8" +requires-python = ">=3.9" keywords = ["neuroscience", "Poisson-GLM"] license = { file = "LICENSE" } classifiers = [ diff --git a/src/nemos/__init__.py b/src/nemos/__init__.py index 7aa6c2a4..fddbb4c7 100644 --- a/src/nemos/__init__.py +++ b/src/nemos/__init__.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -__version__ = "0.1.1" +__version__ = "0.1.2" from . import ( basis,