Skip to content

Commit

Permalink
version
Browse files Browse the repository at this point in the history
  • Loading branch information
yuji38kwmt committed May 7, 2020
1 parent a0cdd6b commit 32a70fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 1 addition & 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.0"
version = "0.1.1"
description = "Primitive Slack CLI"
authors = ["yuji38kwmt <yuji38kwmt@gmail.com>"]
maintainers = ["yuji38kwmt <yuji38kwmt@gmail.com>"]
Expand All @@ -25,7 +25,6 @@ classifiers = [
python = "^3.6"
slackclient = "^2"
click = "^7"
toml = "*"
click-option-group = "*"

[tool.poetry.dev-dependencies]
Expand Down
4 changes: 1 addition & 3 deletions slack_primitive_cli/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
import toml

__version__ = toml.load("pyproject.toml")["tool"]["poetry"]["version"]
__version__ = "0.1.1"

0 comments on commit 32a70fd

Please sign in to comment.