Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
victorchan-gogox authored Aug 20, 2024
1 parent b47681f commit 32d24f4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[tool.poetry]
name = "ggvlib"
version = "0.2.56"
version = "0.2.57"

description = ""
authors = ["Adam Hoffstein <[email protected]>","Jace Chun <[email protected]>"]
authors = ["Adam Hoffstein <[email protected]>","Jace Chun <[email protected]>","Victor Chan <[email protected]>",]

[tool.poetry.dependencies]
python = ">=3.8,<3.11"
Expand Down Expand Up @@ -49,6 +49,7 @@ build-backend = "poetry.core.masonry.api"
authors = [
{name = "Adam Hoffstein", email = "[email protected]"},
{name = "Jace Chun", email = "[email protected]"},
{name = "Victor Chan", email = "[email protected]"},
]
requires-python = "<3.11,>=3.8"
dependencies = [
Expand Down

0 comments on commit 32d24f4

Please sign in to comment.