Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt committed May 24, 2020
1 parent cbe8cda commit 321bce4
Show file tree
Hide file tree
Showing 3 changed files with 109 additions and 70 deletions.
173 changes: 106 additions & 67 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "slack-primitive-cli"
version = "0.1.1"
version = "0.1.2"
description = "Primitive Slack CLI"
authors = ["yuji38kwmt <yuji38kwmt@gmail.com>"]
maintainers = ["yuji38kwmt <yuji38kwmt@gmail.com>"]
Expand All @@ -23,7 +23,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.6"
slackclient = "^2"
slackclient = "^2.6"
click = "^7"
click-option-group = "*"

Expand Down
2 changes: 1 addition & 1 deletion slack_primitive_cli/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.1.1"
__version__ = "0.1.2"

0 comments on commit 321bce4

Please sign in to comment.