From 2b7dea31fd65abeaf5ca30ef850511f5986867de Mon Sep 17 00:00:00 2001 From: msramalho <19508417+msramalho@users.noreply.github.com> Date: Thu, 25 Jan 2024 17:07:25 +0000 Subject: [PATCH] minor documentation improvements --- README.md | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b545bfb..94f6fef 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # telegram-phone-number-checker -Python tool/script toc heck if phone numbers are connected to Telegram accounts. +Python tool/script to check if phone numbers are connected to Telegram accounts. Retrieving username, name, and IDs where available. ## Installation diff --git a/pyproject.toml b/pyproject.toml index 438f3c1..afa4a9d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "telegram-phone-number-checker" -version = "1.0.0" +version = "1.0.1" description = "Check if phone numbers are connected to Telegram accounts." authors = ["Bellingcat"] license = "MIT"