Skip to content

Commit

Permalink
v1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kojiishi committed Jul 23, 2021
1 parent e13c7bf commit 8d0cc90
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion precommit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@
set -e

yapf -ir -vv east_asian_spacing tests
pytest -v
# pytest -v
tox
pytype east_asian_spacing
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "east_asian_spacing"
version = "1.2.1"
version = "1.2.2"
description = "East Asian Contextual Spacing Build Tools"
authors = ["Koji Ishii <[email protected]>"]
readme = "README.md"
Expand Down

0 comments on commit 8d0cc90

Please sign in to comment.