Bump notion version (#310)

when testing earlier, 0.1.0 was used for a failed pypi upload. I'm
assuming this is why `This filename has already been used, use a
different version` is occuring
This commit is contained in:
Eric Gustin 2025-03-17 20:28:10 -08:00 committed by GitHub
parent f7f9489c3e
commit a92f86d783
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,6 +1,6 @@
[tool.poetry]
name = "arcade_notion_toolkit"
version = "0.1.0"
version = "0.1.1"
description = "LLM tools for essential Notion interactions such as creating, updating, retrieving, and searching pages."
authors = ["ArcadeAI <dev@arcade.dev>"]