Skip to content

Commit

Permalink
Release 0.3.1 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
KapJI authored Apr 16, 2021
1 parent 07b3404 commit 88bc0a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "glocaltokens"
version = "0.3.0"
version = "0.3.1"
authors = ["Ilja Leiko <[email protected]>"]
classifiers = [
"Development Status :: 3 - Alpha",
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ ignore_errors = True

[codespell]
quiet-level = 2
skip = poetry.lock,./.git,./.mypy_cache
skip = poetry.lock,./.git,./.mypy_cache,*.egg-info

0 comments on commit 88bc0a7

Please sign in to comment.