Skip to content

Commit

Permalink
updated python version and tag
Browse files Browse the repository at this point in the history
  • Loading branch information
BalzaniEdoardo committed Apr 16, 2024
1 parent 2023eac commit 03c3d4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down
2 changes: 1 addition & 1 deletion src/nemos/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python3
__version__ = "0.1.1"
__version__ = "0.1.2"

from . import (
basis,
Expand Down

0 comments on commit 03c3d4b

Please sign in to comment.