Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
Updated version, added author
  • Loading branch information
aviadsusman authored Jan 31, 2024
1 parent 440360f commit e1848b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "ensemble-integration"
version = "0.1.3"
version = "0.1.4"
readme = "README.rst"
description = "Ensemble Integration: a customizable pipeline for generating multi-modal, heterogeneous ensembles"
authors = ["Jamie Bennett", "Yan Chak (Richard) Li", "Gaurav Pandey"]
authors = ["Jamie Bennett", "Yan Chak (Richard) Li", "Aviad Susman", "Gaurav Pandey"]
license = "GNU General Public License version 3"
classifiers = [
"Programming Language :: Python :: 3",
Expand Down Expand Up @@ -60,4 +60,4 @@ numpydoc = "1.5.0"
addopts = "--cov=eipy --cov-report html --cov-append"
testpaths = [
"tests"
]
]

0 comments on commit e1848b6

Please sign in to comment.