From f5225f9f2d8435ca074cc8117a4195b41c1d2548 Mon Sep 17 00:00:00 2001 From: Outvi V Date: Sun, 4 Aug 2024 00:33:36 +0800 Subject: [PATCH] chore: bump to 0.14.2 --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 3afa393..166783f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ packages = [ ] readme = "README.md" repository = "https://github.com/outloudvi/mw2fcitx/" -version = "0.14.1" +version = "0.14.2" [tool.poetry.scripts] mw2fcitx = 'mw2fcitx.main:main' @@ -38,11 +38,11 @@ pypinyin = "^0.52.0.dev1" python = "^3.9" [tool.poetry.group.dev.dependencies] +coverage = "^7.6.0" pylint = "^3.2.5" pytest = "^8.3.1" -yapf = "^0.40.2" pytest-cov = "^5.0.0" -coverage = "^7.6.0" +yapf = "^0.40.2" [build-system] build-backend = "poetry.core.masonry.api"