Skip to content

Commit

Permalink
1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eggplants committed Mar 29, 2023
1 parent e77db0d commit f1e4a78
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 @@ -56,7 +56,7 @@ packages = [{include = "shindan_cli"}]
license = "MIT"
readme = "README.md"
repository = "https://github.com/eggplants/shindan-cli"
version = "1.0.1"
version = "1.1.0"

[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 ShindanError, ShindanResult, shindan

__version__ = "1.0.1"
__version__ = "1.1.0"
__all__ = ("shindan", "ShindanResult", "ShindanError")

0 comments on commit f1e4a78

Please sign in to comment.