From d3310b0bb610da7c8df263eefe8fd20c90f163ce Mon Sep 17 00:00:00 2001 From: Philipp Kessling Date: Wed, 12 Apr 2023 16:07:32 +0200 Subject: [PATCH] 0.2.0 --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 03f09eb..47fbddb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", "Felix Münch "] 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"