File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ version : 2
2+ updates :
3+ - package-ecosystem : pip
4+ directory : /
5+ schedule :
6+ interval : daily
7+ - package-ecosystem : github-actions
8+ directory : /
9+ schedule :
10+ interval : daily
11+ - package-ecosystem : docker
12+ directory : /
13+ schedule :
14+ interval : daily
Original file line number Diff line number Diff line change @@ -5,6 +5,6 @@ ENV VERSION ${VERSION:-master}
55
66RUN pip install --upgrade pip
77
8- RUN python -m pip install git+https://github.com/eggplants/shindan_cli @${VERSION}
8+ RUN python -m pip install git+https://github.com/eggplants/shindan-cli @${VERSION}
99
1010ENTRYPOINT ["shindan" ]
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ packages = [{include = "shindan_cli"}]
4747license = " MIT"
4848readme = " README.md"
4949repository = " https://github.com/eggplants/shindan-cli"
50- version = " 0.9 .0"
50+ version = " 1.0 .0"
5151
5252[tool .poetry .dependencies ]
5353python = " >=3.7,<4"
@@ -65,7 +65,7 @@ types-requests = "^2.28.11.14"
6565lxml-stubs = " ^0.4.0"
6666
6767[tool .poetry .scripts ]
68- mbpp = " shindan_cli.main:main"
68+ shindan = " shindan_cli.main:main"
6969
7070[tool .poetry_bumpversion .file ."shindan_cli/__init__ .py" ]
7171
Original file line number Diff line number Diff line change 33
44from .shindan import ShindanResult , shindan
55
6- __version__ = "0.9 .0"
6+ __version__ = "1.0 .0"
77__all__ = ("shindan" , "ShindanResult" )
You can’t perform that action at this time.
0 commit comments