···11[tool.poetry]
22name = "issurge"
33-version = "0.1.1"
33+version = "0.1.2"
44description = "Deal with your client's feedback efficiently by creating a bunch of issues in bulk from a text file."
55+repository = "https://github.com/ewen-lbh/issurge"
56authors = ["Ewen Le Bihan <hey@ewen.works>"]
67readme = "README.md"
78scripts = { issurge = "issurge.main:run" }