Skip to content

Commit

Permalink
You can get an ID number (Telegram)
Browse files Browse the repository at this point in the history
  • Loading branch information
neluckoff committed Sep 24, 2022
1 parent 650bd75 commit 37428ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from io import open
from setuptools import setup

version = '1.2.2'
version = '1.2.3'

with open('README.md', encoding='utf-8') as f:
long_description = f.read()
Expand Down
2 changes: 1 addition & 1 deletion social_spam/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
from .whatsapp import WhatsApp

__author__ = 'neluckoff'
__version__ = '1.2.2'
__version__ = '1.2.3'
__email__ = 'neluckoff@gmail.com'

0 comments on commit 37428ad

Please sign in to comment.