Skip to content

Commit

Permalink
chore: bump to 0.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
outloudvi committed Aug 3, 2024
1 parent e41814f commit f5225f9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand All @@ -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"
Expand Down

0 comments on commit f5225f9

Please sign in to comment.