Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
update package version
  • Loading branch information
BalzaniEdoardo authored Apr 16, 2024
1 parent 1b7a8e3 commit 396dabf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "nemos"
version = "0.1.0"
version = "0.1.1"
authors = [{name = "nemos authors"}]
description = "NEural MOdelS, a statistical modeling framework for neuroscience."
readme = "README.md"
Expand Down Expand Up @@ -103,4 +103,4 @@ testpaths = ["tests"] # Specify the directory where test files are l
exclude_lines = [
"@abc.abstractmethod",
"if __name__ == .__main__.:"
]
]

0 comments on commit 396dabf

Please sign in to comment.