Skip to content

Commit acd2396

Browse files
committed
Updates logo and adds Ja Young Lee as a contributor
1 parent 00fd928 commit acd2396

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

docs/mellea_draft_logo_300.png

736 KB
Loading

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ authors = [
1313
{ name = "Masataro Asai", email = "[email protected]" },
1414
{ name = "Supriya Lall", email = "[email protected]" },
1515
{ name = "Xiaojie Guo", email = "[email protected]" },
16-
{ name = "Jake LoRocco", email = "[email protected]" }
16+
{ name = "Jake LoRocco", email = "[email protected]" },
17+
{ name = "Ja Young Lee", email = "[email protected]" },
1718
]
1819
description = "mellea is a library for writing generative programs"
1920
readme = "README.md"
@@ -165,4 +166,4 @@ python_version = "3.10"
165166
[tool.pytest.ini_options]
166167
markers = [
167168
"qualitative: Marks the test as needing an exact output from an LLM; set by an ENV variable for CICD. All tests marked with this will xfail in CI/CD"
168-
]
169+
]

0 commit comments

Comments
 (0)