Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pekasen committed Apr 12, 2023
1 parent 0029a8d commit d3310b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "tegracli"
version = "0.1.3"
version = "0.2.0"
description = "A research-focused Telegram CLI application"
authors = ["Philipp Kessling <[email protected]>", "Felix Münch <[email protected]>"]
readme = "README.md"
Expand Down Expand Up @@ -32,6 +32,7 @@ isort = "^5.10.1"
pytest-cov = "^3.0.0"
coverage = "^6.4.2"
pydocstyle = "^6.1.1"
pylint = "*"

[tool.pytest.ini_options]
addopts = "--disable-socket --cov-report html:tests/coverage --cov=tegracli --capture=sys"
Expand Down

0 comments on commit d3310b0

Please sign in to comment.