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"