Skip to content

Commit

Permalink
1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Feb 24, 2023
1 parent d0673ab commit 267e156
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
Expand Up @@ -47,7 +47,7 @@ packages = [{include = "shindan_cli"}]
license = "MIT"
readme = "README.md"
repository = "https://github.com/eggplants/shindan-cli"
version = "1.0.0"
version = "1.0.1"

[tool.poetry.dependencies]
python = ">=3.7,<4"
Expand Down
2 changes: 1 addition & 1 deletion shindan_cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

from .shindan import ShindanResult, shindan

__version__ = "1.0.0"
__version__ = "1.0.1"
__all__ = ("shindan", "ShindanResult")

0 comments on commit 267e156

Please sign in to comment.