Skip to content

Commit

Permalink
0.2.0
Browse files Browse the repository at this point in the history
pekasen committed Apr 12, 2023

Verified

This commit was signed with the committer’s verified signature.
d3adb5 d3adb5
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"
@@ -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"

0 comments on commit d3310b0

Please sign in to comment.