Skip to content

Commit

Permalink
add version and author info
Browse files Browse the repository at this point in the history
  • Loading branch information
sv0 committed Jul 1, 2024
1 parent 51040cb commit e38813d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
# telega
Web UI and API to check if phone number is connected to Telegram account.
# Telega v. 0.0.1

Web UI and API to check if phone number is connected to Telegram account.
6 changes: 6 additions & 0 deletions telega/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
""" Telega """

__version__ = "0.0.1"
__project__ = "telega"
__author__ = "Slavik Svyrydiuk <[email protected]>"
__license__ = "MIT"

0 comments on commit e38813d

Please sign in to comment.