Skip to content

Commit

Permalink
update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Mar 4, 2024
1 parent 3070935 commit 7b6149d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
[tool.poetry]
name = "strawberry_persisted_queries"
packages = [{include = "strawberry_persisted_queries"}]
version = "1.0.1"
version = "1.0.2"
description = ""
authors = ["Rosalina <catgirl@catgirlin.space>"]
readme = "README.md"

[project]
license = {file = "LICENSE"}
classifiers = [
"License :: OSI Approved :: MIT License",
]

[project.urls]
Repository = "https://github.com/catgirlinspace/strawberry_persisted_queries.git"

Expand Down

0 comments on commit 7b6149d

Please sign in to comment.