Skip to content

Commit

Permalink
Merge pull request #183 from jpmorgan98/main
Browse files Browse the repository at this point in the history
Updating pyproject for v0.9.1
  • Loading branch information
jpmorgan98 authored Apr 8, 2024
2 parents 142c35a + 2cd4daa commit 94110d2
Showing 1 changed file with 19 additions and 2 deletions.
21 changes: 19 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "hatchling.build"

[project]
name = "mcdc"
version = "0.9.0"
version = "0.9.1"
authors = [
{ name="Ilham Variansyah", email="[email protected]" },
{ name="Sam Pasmann", email="[email protected]" },
Expand All @@ -14,8 +14,25 @@ authors = [
{ name="Charles Goodman"},
{ name="Caleb Shaw"},
{ name="Rohan Pankaj"},
{ name="Jordan Northrop"},
{ name="Alexander Mote"},
{ name="Ethan Lame"},
{ name="Benjamin Whewell"},
{ name="Ryan G. McClarren"},
{ name="Todd S. Palmer"},
{ name="Lizhong Chen"},
{ name="Dmitriy Y. Anistratov"},
{ name="C. T. Kelley"},
{ name="Camille J. Palmer"},
{ name="Kyle E. Niemeyer"},
]

maintainers = [
{ name="Ilham Variansyah", email = "[email protected]"},
{ name="Kayla Clements", email = "[email protected]"},
{ name="Joanna Piper Morgan", email = "[email protected]"},
{ name="Kyle E. Niemeyer", email = "[email protected]"},
]

description = "Monte Carlo / Dynamic Code, a pure python high performance Monte Carlo neutronics package"
readme = "README.md"
requires-python = ">=3.9, <=3.11.8"
Expand Down

0 comments on commit 94110d2

Please sign in to comment.