From 55a288df65d1397b959d55ef429e5282a0bb21ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6k=C3=A7e=20Merdun?= Date: Wed, 22 Mar 2023 20:56:19 +0300 Subject: [PATCH] version bump --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e0e0612..bd7de5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "textual-filedrop" -version = "0.3.3" +version = "0.3.5" description = "FileDrop widget for Textual, easily drag and drop files into your terminal apps." authors = ["agmmnn "] readme = "README.md"